Timers
#1

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 ?
Reply
#2

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.
Reply
#3

You don't need a timer for changing text in a textdraw - TextDrawSetString
Reply
#4

You can do that too
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)