SA-MP Forums Archive
How to get the xyz coordinates that locate on players? - 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: How to get the xyz coordinates that locate on players? (/showthread.php?tid=467430)



How to get the xyz coordinates that locate on players? - Fenky - 03.10.2013

And have the same question on vehicles. For example, I want to attach a cashier's machine to player's hand but how can I get those positions? And how to get the positions of cars like sirens?


Re: How to get the xyz coordinates that locate on players? - RafaelZam - 03.10.2013

use /save in any area and goto Gta user files/Samp/savedpositions.txt
thats are u rqstin'?


Re: How to get the xyz coordinates that locate on players? - Lidor124 - 03.10.2013

Get a look here https://sampwiki.blast.hk/wiki/SetPlayerAttachedObject


Re: How to get the xyz coordinates that locate on players? - RedWolfX - 03.10.2013

You can use this filterscript to get attached object cords: https://sampforum.blast.hk/showthread.php?tid=209234


Re: How to get the xyz coordinates that locate on players? - Fenky - 03.10.2013

Sorry, but this isn't what I want. I was requesting the position on skins.


Re: How to get the xyz coordinates that locate on players? - Fenky - 03.10.2013

Quote:
Originally Posted by RedWolfX
Посмотреть сообщение
You can use this filterscript to get attached object cords: https://sampforum.blast.hk/showthread.php?tid=209234
Does it refund the informations of position like X.Y.Z?


Re: How to get the xyz coordinates that locate on players? - Fenky - 03.10.2013

Anyone help me?


Re: How to get the xyz coordinates that locate on players? - Fenky - 06.10.2013

Still in need help!!


Re: How to get the xyz coordinates that locate on players? - Fenky - 08.10.2013

Help please!!


Re: How to get the xyz coordinates that locate on players? - Areax - 08.10.2013

pawn Код:
new Float: x, y, z;
GetPlayerPos(playerid, x, y, z);