TextDraw streamer... ? - 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 streamer... ? (
/showthread.php?tid=182236)
TextDraw streamer... ? -
The_Moddler - 09.10.2010
Well, is there a TextDraw streamer?
I have more than 2048 textdraws, and I know that my limit passed, and those textdraws won't be shown..(I guess)
Thanks
Re: TextDraw streamer... ? -
Bumbis - 09.10.2010
OMG. Are you sick? Why do you need so many?
Re: TextDraw streamer... ? -
Stefan_Toretto - 09.10.2010
They have to be visible in the same time?
Re: TextDraw streamer... ? -
Las Venturas CNR - 09.10.2010
There's no such thing as a textdraw streamer...
Textdraw Limits:
String Length: 1024 characters
Shown In A Single Client's Screen: 92
Created Serverwise: 2048
Re: TextDraw streamer... ? -
The_Moddler - 09.10.2010
I have a TDM server, each area has it's own textdraw (there are 18 areas now), and player slots are 100, so 18*100 = 1800, and I have some others.. that's why I'm asking.
EDIT:
Nevermind, I'm stupid, I made 18 textdraw for each player instead of 1 for each, now I have 800 in total I think, thanks anyway