02.04.2011, 08:16
i have a simple /newbie command i get 4 errors here is the cmd and the errors
errors
Код:
if(!strcmp(cmdtext, "/newbie", true)) { format(string, sizeof(string), "[NEWBIE]: Newbie %s: %s", sendername, result); return 1; }
Код:
C:\Documents and Settings\Marwan\Desktop\1\samp03csvr_win32\gamemodes\S.pwn(144) : error 017: undefined symbol "string" C:\Documents and Settings\Marwan\Desktop\1\samp03csvr_win32\gamemodes\S.pwn(144) : error 017: undefined symbol "string" C:\Documents and Settings\Marwan\Desktop\1\samp03csvr_win32\gamemodes\S.pwn(144) : error 029: invalid expression, assumed zero C:\Documents and Settings\Marwan\Desktop\1\samp03csvr_win32\gamemodes\S.pwn(144) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.