SA-MP Forums Archive
Problem in Filtescript - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem in Filtescript (/showthread.php?tid=360549)



Problem in Filtescript - Morkano - 18.07.2012

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


Re: Problem in Filtescript - Morkano - 18.07.2012

quick reply help plz


Re: Problem in Filtescript - Devilxz97 - 18.07.2012

your array is too small

Code:
array is too small
try edit it to ,

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