15.04.2012, 11:12
of course you using printf which will print in server console this is the correct version
put it OnPlayerDis/Connect
pawn Код:
new string[128];
format(string, sizeof(string), "there are Currently %d online", players);
SendClientMessage(playerid, -1, string);