Problem in Filtescript
#1

Quote:

D:\Server\filterscripts\ADmin.pwn(234) : error 047: array sizes do not match, or destination array is too small
D:\Server\filterscripts\ADmin.pwn(237) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

i have problem in filterscript
problem on
Quote:

tmp = strtok(params, index);

This is 234 line
Quote:

tmp2 = strtok(params, index);

This is 237 line
help plz
Reply
#2

quick reply help plz
Reply
#3

your array is too small

Code:
array is too small
try edit it to ,

pawn Code:
new tmp[256], tmp2[256];
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)