01.06.2011, 19:49
Can I use this ?
I need to use IsPlayerConnected?
And foreach is more fast of for(new i = 0; i < MAX_PLAYERS, ++i) ?
pawn Код:
foreach(Player, i)
{
if(IsPlayerConnected(i))
{
//code
}
}
And foreach is more fast of for(new i = 0; i < MAX_PLAYERS, ++i) ?