12.03.2010, 20:59
Now i got this error
C:\Documents and Settings\Daniel\Desktop\GTA\Server\gamemodes\sftdm .pwn(563) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Codes :
C:\Documents and Settings\Daniel\Desktop\GTA\Server\gamemodes\sftdm .pwn(563) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Codes :
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { new cmd[256]; if(strcmp(cmd, "/test", true) == 0) { if(gTeam[playerid] == TEAM_ARMY) { SendPlayerFormattedText(playerid,"You are in army.",0); }else{ SendPlayerFormattedText(playerid,"You are not in the army",0); } } return 1; } 563 : ---->>>>>>return 0; }