16.06.2011, 06:16
Errors
Line 97
Код:
C:\Documents and Settings\Antonio\Desktop\SA-MP SERVER\gamemodes\SP-RPG.pwn(97) : error 017: undefined symbol "sendcmd" C:\Documents and Settings\Antonio\Desktop\SA-MP SERVER\gamemodes\SP-RPG.pwn(97) : error 017: undefined symbol "sendcmd" C:\Documents and Settings\Antonio\Desktop\SA-MP SERVER\gamemodes\SP-RPG.pwn(97) : error 029: invalid expression, assumed zero C:\Documents and Settings\Antonio\Desktop\SA-MP SERVER\gamemodes\SP-RPG.pwn(97) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
if (!strcmp("Yes", GAMEMODE_USE_VERSION, true)) { format(sendcmd, sizeof(sendcmd), "%s - %s", GAMEMODE,VERSION); SetGameModeText(sendcmd); }