19.03.2011, 16:12
under OnPlayerConnect(playerid)
put:
new num = CountPlayersOnline();
printf("players online: %i", num);
and i highly recomend you put it under OnPlayerDisconnect(playerid, reason) too!!!
put:
new num = CountPlayersOnline();
printf("players online: %i", num);
and i highly recomend you put it under OnPlayerDisconnect(playerid, reason) too!!!