Speedcamera flying - 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: Speedcamera flying (
/showthread.php?tid=524829)
Speedcamera flying -
Zens - 08.07.2014
Hello,
when I place a speed camera around pizza stack in LS, it's flying a bit over the ground.. How can I get it down on the ground?
Coords:
pawn Код:
new Float:speed_cameras[6][4] = {
{2114.1033,-1746.9871,13.3405,269.5914},
Re: Speedcamera flying -
nmader - 08.07.2014
Change your Z axis (you currently have it as 13.3405) experiment with the value, don't just put it to zero as zero is not always the ground for every place on the map.