SA-MP Forums Archive
Whats wrong in this - 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: Whats wrong in this (/showthread.php?tid=282112)



Whats wrong in this - SourceCode - 09.09.2011

Код:
	new float: DX1, DY1, DZ1;
	GetPlayerPos(playerid, DX1, DY1, DZ1);
i GET tag mismatch error on getplayerpos line


Re: Whats wrong in this - Darnell - 09.09.2011

pawn Код:
new Float:DX1,Float:DX2,Float:DX3;