04.05.2013, 22:14
Quote:
Код:
for(new i = 0; i < MAX_PLAYERS; i++){ SetTimerEx("SpawnDeJugadoresZombieDM", 2000,false, "i", playerid);} Код:
forward SpawnDeJugadoresZombieDM(playerid); public SpawnDeJugadoresZombieDM(playerid) { for(new i=0; i<MAX_PLAYERS; i++){ if(VariableZombies[i] == 1) { return SpawnPlayer(i);}}} // .... xd |