Kinda rediclous question. - 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: Kinda rediclous question. (
/showthread.php?tid=268792)
Kinda rediclous question. -
Mr.1337 - 13.07.2011
How do you get the X,Y,Z Of the objects, When you use AttachObjectToPlayer?
Re: Kinda rediclous question. -
Hipflop - 13.07.2011
Код:
GetObjectPos(objectid, &Float:X, &Float:Y, &Float:Z);
https://sampwiki.blast.hk/wiki/GetObjectPos
Re: Kinda rediclous question. -
[MG]Dimi - 13.07.2011
No. You gave him link to get object's position on Server. He asks for Objects position on player...
@Mr.1337 There was a FS for that but I'm not sure how it is called. Try searching for works like object attachobjecttoPlayer etc.