23.06.2011, 00:35
Im not sure about it but try out this:
to
change all strings from 128 to 512
Because if I am not wrong the strings numbers are too small as the error says
Im sorry if it is wrong but Im new into scripting so and I never had that error atm.
pawn Code:
new string[128];
pawn Code:
new string[512];
Because if I am not wrong the strings numbers are too small as the error says
Im sorry if it is wrong but Im new into scripting so and I never had that error atm.