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=81842)
Textdraw Limit -
[nl]daplayer - 14.06.2009
I know there is a textdraw limit of 1024 textdraws, but does this limit, the maximum textdraws showed, or the maximumum textdraws created. And if i use TextDrawDestroy, does the count decrease?.
Re: Textdraw Limit -
Grim_ - 14.06.2009
I've never really used textdraws much, but i beleive the max is the number you created, and the count does decrease when you destory one.
Re: Textdraw Limit -
Correlli - 14.06.2009
Quote:
Originally Posted by Swift_
I've never really used textdraws much, but i beleive the max is the number you created, and the count does decrease when you destory one.
|
You're right. Maximum is the number you create and it decreases when you destroy textdraw(s).