SA-MP Forums Archive
Textdraw show issue with the PreviewModel function - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Textdraw show issue with the PreviewModel function (/showthread.php?tid=477308)



Textdraw show issue with the PreviewModel function - kadaradam - 23.11.2013

Hey.
I would like to create an animated textdraw with the "new" TextDrawSetPreviewModel function. Every 0.2 second i change the models Z rot, and hide-show the textdraw to be updated. But when i hide, the textdraw is flashing.

Код:
TextDrawSetPreviewRot(Textdraw1, 0.000000, 0.000000, TD_rotZ, 1.000000);
TextDrawHideForPlayer(1, Textdraw1);
TextDrawShowForPlayer(1, Textdraw1);
Here is the video, what im talking about:
[ame]http://www.youtube.com/watch?v=QSqStFJbUg8[/ame]