25.04.2012, 14:34
This has been told so many times, do not give your strings 256 cells unless you really need it. The maximum length of a client message is 128. That warning means the variable string is already globally defined, so just remove
pawn Код:
new string[256];