03.02.2012, 15:38
hey, guys!
Whats wrong whit this code? I dont understand...
here is the error:
Whats wrong whit this code? I dont understand...
pawn Код:
if(gTeam[playerid] == TEAM_BLUE || TEAM_GREEN)
{
if(Checkpoint)
{
SendClientMessage(playerid,OBJECTIVE_COLOR,"Wait 20 seconds.");
captureTimer = SetTimerEx("SetZone",20000,false,"i",playerid);
else
{
SendClientMessage(playerid,OBJECTIVE_COLOR,"Your team has captured this flag, you dont need to do this again.");
}
}
}
return 1;
}
pawn Код:
D:\GTASA~1\USAVS~1.MEC\GAMEMO~1\dykuma.pwn(820) : error 029: invalid expression, assumed zero
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.