22.04.2013, 11:47
Hey.
What is the better and fast way to use loop?
or
and to use MAX_PLAYERS or GetMaxPlayers()?
What is the better and fast way to use loop?
PHP Code:
for(new ...) if(IsPlayerConnected(i))
{
PHP Code:
for(new ...)
{
if(!IsPlayerConnected(i)) continue;