16.11.2014, 18:46
Simply check:
if they are connected.
And setting variables past MAX_PLAYERS shouldn't be an issue. If it was, it just wouldn't compile.
pawn Код:
if(IsPlayerConnected(playerid))
And setting variables past MAX_PLAYERS shouldn't be an issue. If it was, it just wouldn't compile.