09.08.2010, 23:32
I got an error on the Else line
When i compile it say this : error 029: invalid expression, assumed zero
-kOjOe
PHP код:
if(strcmp(cmd, "/rggo", true) == 0)
{
if(PlayerInfo[playerid] [pLeader] == 8)
{
SendClientMessage(playerid,COLOR_WHITE, "You've successfully opened the Gate. ");
else
{
SendClientMessage(playerid,COLOR_WHITE, "You are NOT a Racer'Z");
}
}
return 1;
}
-kOjOe