SA-MP Forums Archive
symbol already define :( - 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: symbol already define :( (/showthread.php?tid=529070)



symbol already define :( - SpikY_ - 31.07.2014

see the codes below .. wht is wrong in it?

Код:
D:\server\filterscripts\attachob.pwn(33) : error 021: symbol already defined: "x"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
lines are :

Код:
new Float:x, Float:y, Float:z, Float:a, infer;

new Float:x, Float:y, Float:z, Float:a, nrg;



Re: symbol already define :( - IceBilizard - 31.07.2014

then change it

pawn Код:
new Float:xx, Float:yy, Float:zz, Float:a, nrg;



Re: symbol already define :( - GeekSiMo - 31.07.2014

Just the "x" is already defined so try "x2" or something else


Re: symbol already define :( - SpikY_ - 31.07.2014

THHHHHHXXXXXXXXXXXX bro .. fixed