11.05.2010, 04:34
ya i got that i need a timer but when i put time example:
new Timer;
then when timer runs out it just turns to spectating(not sure what variable to put)
new Timer;
Код:
public GameModeInit()
{
SetTimer("Timer", 30000, 0);
}
public Timer()
{
TogglePlayerSpectating(playerid, 1);
PlayerSpectatePlayer(playerid, killerid);
}

