09.01.2011, 15:45
pawn Код:
public Spectate()
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
TogglePlayerSpectating(i, true);
}
}
return 1;
}
Your SetTimer will work just 10sec after that action, though. Since it's 10000. You had to wait 10sec.