An Error.
#1

Код:
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");
Reply
#2

Help !
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)