12.01.2010, 09:04
Код:
public OnPlayerSpawn(playerid) { //Set the co-ords of the holding place SetTimerEx("Out", /*The time here in milliseconds*/, false, "d", playerid); return 1; } forward Out(playerid); public Out(playerid) { if(Police[playerid] == 1) { SetPlayerPos(..) } else if(army[playerid] == 1) { SetPlayerPos(..) } return 1; }