02.02.2013, 18:37
Hello, While looking in some game modes, i saw this loop
Question is, why should we check if the player is connected or not? even though it works without checking the player
pawn Код:
for(new i; i<MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
// do the stuff here.
}
}