Posts: 2,628
Threads: 32
Joined: Apr 2007
Reputation:
0
When do you need a td with 500 characters? ...
Posts: 213
Threads: 40
Joined: Nov 2009
Reputation:
0
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 !?
Posts: 527
Threads: 6
Joined: Jul 2010
Reputation:
0
I don't think there is any limit, but probably so much colors or something crash server.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Had the same dumb problem. If your text is larger than 256 chars, you can't use these codes.
Posts: 213
Threads: 40
Joined: Nov 2009
Reputation:
0
No ... my text is ~500 characters and i can use 32 special characters ... if i use one more it crash
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Maybe there is an internal array with 32 items. This would explain the crash.
Posts: 1,236
Threads: 45
Joined: May 2010
Reputation:
0
~>~ is a special character too