SA-MP Forums Archive
Textdraw Special Characters - 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 Special Characters (/showthread.php?tid=174646)



Textdraw Special Characters - MJ! - 06.09.2010

Hello guys. How much special characters can a Textdraw contain ?

Special Characters:
~n~
~r~
~b~
~g~
~y~
~p~
~l~
~h~
etc.

?

Because, if i use in a string of 500 characters, i use 40 special characters, the server crash


Re: Textdraw Special Characters - LarzI - 06.09.2010

When do you need a td with 500 characters? ...


Re: Textdraw Special Characters - MJ! - 06.09.2010

you really want to know ? this didn't helped me

i use a textdraw:

Weapon skills:
for(new i; i < 10; i++)
~r~~h~NameWeapon[i] ~w~- ~b~~h~mybullets ~w~/ ~b~~h~maxbullets~n~

understand now ?


I tested and at 33 special characters it crash ( so you can have maximum 32 special characters ) ... why !?


Re: Textdraw Special Characters - Ironboy500[TW] - 06.09.2010

I don't think there is any limit, but probably so much colors or something crash server.


Re: Textdraw Special Characters - MJ! - 06.09.2010

thanks

||
||
\/

You fail


Re: Textdraw Special Characters - Relixious - 06.09.2010

Quote:
Originally Posted by MJ!
Посмотреть сообщение
thanks

||
||
\/

You fail
What?

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


Re: Textdraw Special Characters - Vince - 06.09.2010

Had the same dumb problem. If your text is larger than 256 chars, you can't use these codes.


Re: Textdraw Special Characters - MJ! - 06.09.2010

No ... my text is ~500 characters and i can use 32 special characters ... if i use one more it crash


Re: Textdraw Special Characters - Mauzen - 06.09.2010

Maybe there is an internal array with 32 items. This would explain the crash.


Respuesta: Textdraw Special Characters - BiieL - 06.09.2010

~>~ is a special character too