01.10.2011, 03:59
I recommend string sizes 128 or lower. 300 is way too much and in-efficient for your script.
The string size means how many characters/letters are going to be in your string/message. You can always use at least [50] for small text strings, but remember: if a player's name and id with a message all appear in one string/line, I would recommend a bigger string size, like 128, not 50.
300 is useless, in-efficient and uses up a lot of computer resources.
The string size means how many characters/letters are going to be in your string/message. You can always use at least [50] for small text strings, but remember: if a player's name and id with a message all appear in one string/line, I would recommend a bigger string size, like 128, not 50.
300 is useless, in-efficient and uses up a lot of computer resources.