Max. TXDs at one moment? - 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: Max. TXDs at one moment? (
/showthread.php?tid=643243)
Max. TXDs at one moment? -
TheRohlikar - 15.10.2017
Hi,
I have a question... what is the maximum count of textdraws I can reach at one moment?
I am having some issue with showing all of my textdraws. I have 39 txds, and the last one is not showing.
All textdraws are supposed to show at one moment...
Any idea?
*I tried to delete one which was supposed to show before the missing one, and it worked...
Thanks.
Re: Max. TXDs at one moment? -
Escobabe - 15.10.2017
This might help, maybe
https://sampwiki.blast.hk/wiki/Limits
Re: Max. TXDs at one moment? -
TheRohlikar - 15.10.2017
Quote:
Originally Posted by Escobabe
|
Well, then... it's not about limit
"Shown In A Single Client's Screen 2048 + 256 ✝"
Other ideas? Is it just some kind of a glitch or... ?
Re: Max. TXDs at one moment? -
TheRohlikar - 17.10.2017
Anybody any other idea?
Re: Max. TXDs at one moment? -
JesterlJoker - 17.10.2017
maybe you forgot to include the last one in the loop
Re: Max. TXDs at one moment? -
Alf21 - 17.10.2017
Maybe there are other instances of txds that were created before? Be sure you created PlayerTXDs or TXDs and seperate them.
Is you code buggy or are the TXDs created in a loop that there are a lot of TXDs at one place?
Re: Max. TXDs at one moment? -
TheRohlikar - 18.10.2017
Hey,
I am just stupid. I used "Txds[i]", but divided to two groups. So ... I recreated in "i=0;1;2", that made a few of them disappeared.
Thanks guys