02.08.2013, 06:38
Hey. I need help with Player Online Time Counter.
Im gonna use it on /stats
So when player connects timer will start and every 1 hour he will get 1 hour to online time.
Im gonna use only hours. Thanks in advance. So timer should start when player connects and it should start again after every hour giving score to player.
Im gonna use it on /stats
Код:
enum pInfo { pOnline } new PlayerInfo[MAX_PLAYERS][pInfo];
Im gonna use only hours. Thanks in advance. So timer should start when player connects and it should start again after every hour giving score to player.