16.11.2013, 12:57
To the place you want to change the online players in the textdraw (either timer or OnPlayerConnect/OnPlayerDisconnect - depending on what you're using) format a string and pass as argument:
either
If you're using foreach
or
if you're not using foreach.
Then set the new string to the textdraw
Note: If you're not using foreach, don't forget to add the stock at the bottom.
either
pawn Код:
Iter_Count(Player)
or
pawn Код:
CountPlayers( )
Then set the new string to the textdraw
Note: If you're not using foreach, don't forget to add the stock at the bottom.