SA-MP Forums Archive
Broken 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: Broken textdraws (/showthread.php?tid=570337)



Broken textdraws - Slice - 09.04.2015

Sometimes player text draws go out of sync.

At first I thought it was something in the script, such as attempting to modify a textdraw with an invalid id.

I made extensive checks, however, to make sure nothing like that happened: https://github.com/oscar-broman/samp...nfig.inc#L1626

I also made sure nothing outside of the include file touched its player textdraws. I also removed all other player textdraws from the script.

It still gets bugged. Some of them never gets shown despite being created and shown to a player. Some of them get deformed.


Re: Broken textdraws - vyper - 09.04.2015

I did not have any problems with player textdraws so far. Others should confirm this, else if nobody does it might be on your end.


Re: Broken textdraws - n0minal - 09.04.2015

I haven't problems too, i use textdraws on most part of my systems, can you please show me a screen and your textdraw creation code Slice? I'll try to reproduce it...