SA-MP Forums Archive
Too many textdraws cause a crash? - 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: Too many textdraws cause a crash? (/showthread.php?tid=178596)



Too many textdraws cause a crash? - DiddyBop - 22.09.2010

Can to many textdraws cause the server to freeze?


Re: Too many textdraws cause a crash? - Toni - 22.09.2010

I don't think so, the only result that came to mind would be that the text draw's would not show.


Re: Too many textdraws cause a crash? - ♣RОЗK♣ - 22.09.2010

No

The message you have entered is too short. Please lengthen your message to at least 8 characters


Re: Too many textdraws cause a crash? - Matej_ - 23.09.2010

No.

- The message you have entered is too short. Please lengthen your message to at least 8 characters. -


Re: Too many textdraws cause a crash? - Retardedwolf - 23.09.2010

https://sampwiki.blast.hk/wiki/Limits

92 will crash the person to crash.


Re: Too many textdraws cause a crash? - Voldemort - 23.09.2010

Quote:
Originally Posted by DiddyBop
Посмотреть сообщение
Can to many textdraws cause the server to freeze?
Let me guess you creating new TextDraw each one second, without Deleting previous? right?

Use TextDrawSetString(..


Re: Too many textdraws cause a crash? - Mauzen - 23.09.2010

Or you are creating them with empty strings ( "" ), this would be the only thing that would crash the server for sure i think


Re: Too many textdraws cause a crash? - Retardedwolf - 23.09.2010

Quote:
Originally Posted by Mauzen
Посмотреть сообщение
Or you are creating them with empty strings ( "" ), this would be the only thing that would crash the server for sure i think
To make boxes that contain no text you must use '{SPACE}' to make the box larger. Most servers use this to make the textdraw box look more professional and neater.


Re: Too many textdraws cause a crash? - Slice - 23.09.2010

Quote:
Originally Posted by Retardedwolf
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/Limits

92 will crash the person to crash.
That can't be right, i've shown plenty more at the same time without any issues (this graph for example).