Cords.. - 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: Cords.. (
/showthread.php?tid=201718)
Cords.. -
Darklom - 22.12.2010
Well I had a problem I want to get to this area but I don't have the cords but Ihave the object ones
Here's one
pawn Код:
CreateDynamicObject(18259,2425.10107400,-644.38922100,124.77436800,357.42170000,10.31320000,0.00000000); //
What's XYZ so I can add two on Y to spawn there, thanks in advance!
Re: Cords.. -
iFriSki - 22.12.2010
pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid
X 2425.10107400
Y -644.38922100
Z 124.77436800
Bit off topic, but you should understand coordinate planes for this. X and Y being left and right, forward and back. Z being up and down.