Quote:
Originally Posted by krogsgaard20
A lot of people are using 256 in all their arrays, which makes no sense, because the maximum length of client messages is 128, but do not use 128 if the message you want to format is shorter.
|
Agreed here. ^ Thanks for pointing out to users how to use strings and arrays. Very good tutorial