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



Textdraw load problem - bpeterson - 27.05.2009

Hello Everyone!

I have got a weird problem. I don't know why, but sometimes my textdraws doesn't load. I have about 20 texdraw, but if i make a new one, it isn't load in gamemodeinit. Who know what's the problem? I'm placed the Textdrawcreates in public OnGameModeiit..
Help Please!


bpeterson


Re: Textdraw load problem - Luka P. - 27.05.2009

Maybe SA-MP has textdraw limit


Re: Textdraw load problem - miokie - 27.05.2009

Quote:
Originally Posted by Luka[balkan-samp.com
]
Maybe SA-MP has textdraw limit
It does and its around 1000 Textdraws.


Re: Textdraw load problem - SpiderPork - 27.05.2009

To be exact, the textdraw limit is 1024.


Re: Textdraw load problem - bpeterson - 27.05.2009

i said it, i have about 20 textdraw.


Re: Textdraw load problem - SpiderPork - 27.05.2009

Did you use TextDrawShowForPlayer/All?


Re: Textdraw load problem - bpeterson - 27.05.2009

Yes.


Re: Textdraw load problem - SpiderPork - 27.05.2009

Is there anything that would prevent it from showing (e.g. TextDrawHideForPlayer/All, TextDrawDestroy)?


Re: Textdraw load problem - bpeterson - 27.05.2009

I only have textdrawshowforall/player,textdrawsetstring. I don't use textdraw destroy. Maybe too much textdraw load in gamemodeinit?