17.03.2010, 20:49
Wil This Work :
im not sure if it will check : if the player is connected & this isnt a invalid player id!
pawn Code:
if for (new p=0; p<MAX_PLAYERS; p++)
{
if (IsPlayerConnected(p) && p!=INVALID_PLAYER_ID) // code...
}
