11.04.2012, 23:57
Long time since i scripted, WTF is wrong!?
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(event(playerid)) == 1) continue; //if playerid has event = 1 they are in the race and stuff below applies to them
DisablePlayerCheckpoint(i);
SetPlayerVirtualWorld(playerid, 0);
SpawnPlayer(playerid);
FreezePlayerForTime(playerid, 3);
event[playerid] = 0;
}