19.02.2012, 18:02
Quote:
Код:
for(new slots = GetMaxPlayers( ), i; i < SLOTS; i++) { if(IsPlayerConnected(i)) { if(InStunt[i] == 1) { RampTimer[i] = SetTimerEx("CountDown", 1000, 1, "i", i); RampCD[i] = 60; } } } Here's what i use. Код:
for(new i = 0; i < MAX_PLAYERS; i++) |
pawn Код:
for(new slots = GetMaxPlayers( ), i; i < slots; i++)