20.06.2015, 11:00
Define strings[15] on top of your script and put a timer under OnGameModeInit that runs like once a second and in your timer function you put
pawn Код:
format(strings, 15, "%d/100",GetOnLinePlayers());
TextDrawSetString(players, strings);