Posts: 340
Threads: 56
Joined: Jul 2012
Reputation:
0
To update stats textdraw?
Some place that is frequently called and doesn't create too much lag?
I don't want to create a whole timer just to update 1 textdraw...
Posts: 2,187
Threads: 81
Joined: Aug 2011
Reputation:
0
Under the /stats command itself if a command, under OnPlayerDeath if a TDM/DM server or just create a timer. It is not that difficult..
Posts: 340
Threads: 56
Joined: Jul 2012
Reputation:
0
It's a textdraw that shows Score, Rank, Class, Team etc.. and I wanna update it frequently, so what would be the best place to do it at?
OnPlayerKeyStateChange? or should I really just create a timer for updating it?
Posts: 1,241
Threads: 304
Joined: May 2012
Reputation:
0
OnPlayerUpdate, for me I haven't experience any lag or problem. I have Score,Kill and team running onplayerupdate. Also i'm not using any timer on OnPlayerUpdate it's simply adding like givecash, setplayerscore yah knooww.