12.04.2012, 00:04
where abouts is this in your script?
??
Quote:
for(new i = 0; i < MAX_PLAYERS; i++) { if(event[playerid] == 1) { //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; } } |