21.05.2013, 00:39
128 cells is the maximum for any chat string, but the number of characters in a word is the number of cells +1 (for NULL)
Say you have the word 'hello' it is 5 letters long, so the string would be like:
Because NULL (\0) [i think..] is 1 character long.
Say you have the word 'hello' it is 5 letters long, so the string would be like:
pawn Код:
new hello[6];