23.06.2014, 00:24
pawn Код:
new watsnew[ 128 ];
So you just need to increase the '128' to the number of characters that will be in your dialog and add 1 to it for the null character. (Don't make it too high, because they can consume a lot of data)