Posts: 161
Threads: 34
Joined: May 2010
How do i make a timer that will update my text draw, for example i will buy a number plate for my car, and the text draw will show it, but it will only show after a restart, how can i make it change in game as soon as i use that command ?
Posts: 415
Threads: 66
Joined: Apr 2009
Reputation:
0
Make a function like: UpdatePlate()
Then inside that you destroy all the current textdraws related to the cars for example if the textdraw id was Plate then you would destroy/delete that ones.
Then inside function UpdatePlate()
You have to just insert the same you have for when it loads at server start.