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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: TextDraw limit (
/showthread.php?tid=238736)
TextDraw limit -
wups - 12.03.2011
May I ask, why is the text draw limit so small?
If i create 3 progress bars for every player(when 200 players are max), the limit will almost be reached!
3x3x200= 1800 out of 2048
Re: TextDraw limit -
iMonk3y - 12.03.2011
Either I'm stupid... or very intellectually capable

why do you need to include max players in a string? If you create 3 progress bars for each player, 2048 would be the limit for each progress bar..
Re: TextDraw limit -
OKStyle - 12.03.2011
It all depends on what this bar is necessary. There may be a static text and dynamic.
And,
https://sampwiki.blast.hk/wiki/Limits
Re: TextDraw limit -
wups - 12.03.2011
Yeah, every player has his own progress bar, you can't use the same for many people.
Anyway, i think there could be a stupid way to go around

Use one bar, set it's value for the player and update it for the player!