Posts: 417
Threads: 104
Joined: Jul 2011
Reputation:
0
Hey, I need help with my textdraw.. I have it so it'll show the player Kills and Deaths.. But when the player stats update.. The new number just lays over the old one. How can I have it delete the old number and add the new one so the 'ghost' of the old number isn't under the new one? Thanks, sorry if you don't understand the question.
Posts: 929
Threads: 17
Joined: Mar 2012
Reputation:
0
post the textdraw code.
how are you updating the text?
Posts: 318
Threads: 31
Joined: Mar 2012
Reputation:
0
i assume that you're creating a new textdraw whenever kills and deaths increase. for that, try using "TextDrawSetString" in "OnPlayerDeath" which allows you to know who the killer is and who died.
Posts: 340
Threads: 44
Joined: Feb 2012
Reputation:
0
ok wherever you have ShowTextDrawForPlayer for the new kills text draw put HideTextDrawForPlayer above it
Posts: 417
Threads: 104
Joined: Jul 2011
Reputation:
0
Thanks skribblez, helped a lot. Repped.