SA-MP Forums Archive
The problem with 3d text and textdraws - 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: The problem with 3d text and textdraws (/showthread.php?tid=527898)



The problem with 3d text and textdraws - Vlad_Dredd - 25.07.2014

Greetings, ladies and gentlemen.
I have a problem:

Problem number one: If I play one on the server, all textdraws work fine, but if someone will go, then it does not appear and half of their.
(I have them all in the public OnplayerConnect)
Problem number 2: I for some reason do not appear 3d texts (if I did not translate into CreateDynamic3dLabelText).

How to fix these problems?


Re: The problem with 3d text and textdraws - SickAttack - 25.07.2014

If you are using global textdraws it should go under OnGameModeInit, per-player textdraws go under OnPlayerConnect. If you have alot of 3d text labels it will not appear. Use streamer for that.


Re: The problem with 3d text and textdraws - Vlad_Dredd - 26.07.2014

Thank you very much. Helped me!