09.08.2014, 09:26
Is bad this ?
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
Ann_timer[i] = SetTimerEx("WelcomeTimer", 750, true, "i", i);
}
}