20.06.2015, 11:01
Add this code under OnPlayerDisconnect.
Код:
new strings[15]; format(strings, 15, "%d/100",GetOnLinePlayers()); TextDrawSetString(players, strings); TextDrawShowForPlayer(playerid, players);