20.03.2011, 14:20
OMG zh3r0 that sux, telling the compiler to hide that.
SkizzoTrick, you have too big arrays (overused space).
eg.
Simple example: 'Hi' contains 2 characters, so the string[128] should be string[2].
And if you have for simple SendClientMessage 256 strings, change thm to 128
SkizzoTrick, you have too big arrays (overused space).
eg.
pawn Код:
new string[128];
format(string, 128, "Hi");
And if you have for simple SendClientMessage 256 strings, change thm to 128