28.11.2011, 08:34
Why the hell do you need such a complicated code for this... it can be done with just 3 lines.
pawn Код:
new counter = 0;
//under OnPlayerConnect
counter++;
//under OnPlayerDisconnect
counter--;