27.02.2011, 17:54
Hi Community,
I would use zcmd in my gamemode.
But when I compile my Blank Gamemode with #include <zcmd> the compiler gives me this message:
What is the problem ?
I would use zcmd in my gamemode.
But when I compile my Blank Gamemode with #include <zcmd> the compiler gives me this message:
Код:
C:\Users\Andreas\Desktop\SA-MP\pawno\include\zcmd.inc(62) : warning 235: public function lacks forward declaration (symbol "OnGameModeInit") C:\Users\Andreas\Desktop\SA-MP\pawno\include\zcmd.inc(64) : error 017: undefined symbol "funcidx" C:\Users\Andreas\Desktop\SA-MP\pawno\include\zcmd.inc(64) : warning 215: expression has no effect C:\Users\Andreas\Desktop\SA-MP\pawno\include\zcmd.inc(64) : error 001: expected token: ";", but found ")" C:\Users\Andreas\Desktop\SA-MP\pawno\include\zcmd.inc(64) : error 029: invalid expression, assumed zero C:\Users\Andreas\Desktop\SA-MP\pawno\include\zcmd.inc(64) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.