18.01.2011, 13:52
Make a global variable ( new PlayersOnlineInSpas12Arena; )
and when player enters some arena just add it to existing number ( PlayersOnlineInSpas12Arena++; ).
When players exit it just reduce the number ( PlayersOnlineInSpas12Arena--; ).
Then Format it and then show it in the way you like
and when player enters some arena just add it to existing number ( PlayersOnlineInSpas12Arena++; ).
When players exit it just reduce the number ( PlayersOnlineInSpas12Arena--; ).
Then Format it and then show it in the way you like