SA-MP Forums Archive
Textdraw limit? - 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 limit? (/showthread.php?tid=437231)



Textdraw limit? - Yuup - 14.05.2013

Hi, I'm confused about the textdraw limits, because people say it depends on online players and some say it doesn't matter. I have around this many textdraws:
Quote:

19 Player Textdraws
34 Global Textdraws
Is that going to be a problem with the limits? It just seems like a lot inside the script.


Re: Textdraw limit? - Red_Dragon. - 14.05.2013

Scroll down till textdraws https://sampwiki.blast.hk/wiki/Limits


Re: Textdraw limit? - Yuup - 14.05.2013

Quote:
Originally Posted by Red_Dragon.
Посмотреть сообщение
Scroll down till textdraws https://sampwiki.blast.hk/wiki/Limits
I've read that i just don't understand the whole player thing people are talking about.
This is how i understand it:
Quote:

Shown In A Single Client's Screen 2048 + 256 **** - 500 players can each see 2048 + 256 in a single screen?
Is that correct?


Re: Textdraw limit? - Red_Dragon. - 14.05.2013

Simply, Global ones' limit is 2048 and the per player textdraws' limit is 256.


Re: Textdraw limit? - Yuup - 14.05.2013

Quote:
Originally Posted by Red_Dragon.
Посмотреть сообщение
Simply, Global ones' limit is 2048 and the per player textdraws' limit is 256.
Yes ok, thank you.