SA-MP Forums Archive
tag mismatch? x,y,z - 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: tag mismatch? x,y,z (/showthread.php?tid=135989)



tag mismatch? x,y,z - legodude - 22.03.2010

new float, y, z;
GetPlayerPos(playerid,x ,y, z);
CreateMinigun(x,y,z,0,10,5,1);

what am i doing wrong?


Re: tag mismatch? x,y,z - MrLeNy - 22.03.2010

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