Code
D:\samp\Server\pawno\include\ocmd.inc(9) : warning 217: loose indentation
D:\samp\Server\gamemodes\reallife.pwn(518) : warning 217: loose indentation
D:\samp\Server\gamemodes\reallife.pwn(518) : error 014: invalid statement; not in switch
D:\samp\Server\gamemodes\reallife.pwn(579) : warning 209: function "OnDialogResponse" should return a value
D:\samp\Server\gamemodes\reallife.pwn(518) : warning 203: symbol is never used: "DIALOG_ADMINHAUSC4"
D:\samp\Server\gamemodes\reallife.pwn(518 -- 580) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Alles anzeigen
dialoge als enum:
enum
{
DIALOG_REGISTER,
DIALOG_LOGIN,
DIALOG_ADMINMENU,
DIALOG_ADMINHAUS,
DIALOG_ADMINHAUSC,
DIALOG_ADMINHAUSC1,
DIALOG_ADMINHAUSC2,
DIALOG_ADMINHAUSC3,
DIALOG_ADMINHAUSC4,
DIALOG_ADMINHAUSE,
DIALOG_ADMINHAUSCPLAYER,
DIALOG_ADMINFRAK,
DIALOG_ADMINBIZ
}
OnDialogRespone:
https://pastebin.com/QitrJXFd
Ich verstehe diese Errors nicht und komm einfach nicht auf deren Grund, DIALOG_ADMINHAUSC4 exestiert und wird auch genutzt.
Und den Error mit dem return für DialogRespone hatte ich auch nicht, bis ich den DIALOG_ADMINHAUSC4 eingefügt habe.
Ich hoffe ihr könnt mir helfen
MFG
EllBundy