Help - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help (
/showthread.php?tid=131073)
Help -
DarkPower - 01.03.2010
C:\Users\NASTIE\Desktop\Admin.pwn(18
: error 047: array sizes do not match, or destination array is too small
C:\Users\NASTIE\Desktop\Admin.pwn(191) : error 047: array sizes do not match, or destination array is too small
C:\Users\NASTIE\Desktop\Admin.pwn(250) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Here is the lines,
http://pastebin.com/Mgt6SyUC
can anyone help me, tnx
Re: Help -
DarkPower - 01.03.2010
bump
Re: Help -
adsy - 01.03.2010
new tmp[30],
tmp2[30],
try increasing these 2
maybe 64
Re: Help -
rothhear - 01.03.2010
not 100% sure buit try changing tmp2[30] to tmp2[256]
Re: Help -
adsy - 01.03.2010
tmp and tmp2 need increasing
anyways
128 is the maximum you will need
256 is way too big
Re: Help -
DarkPower - 02.03.2010
hmm i will try thy