SA-MP Forums Archive
An Error. - 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: An Error. (/showthread.php?tid=143294)



An Error. - Bomber - 22.04.2010

Код:
C:\Documents and Settings\AIRE\Desktop\filterscripts\MeTaLAdmin.pwn(286) : error 047: array sizes do not match, or destination array is too small
Line 286:
Код:
	new tmp2[128]; tmp2 = dUser(name).("ip");



Re: An Error. - Bomber - 22.04.2010

Help !


Re: An Error. - Tr1viUm - 22.04.2010

Try this:
Код:
new tmp2[128]; strins(tmp2, dUser(name).("ip"), 0, 128);