Object position - 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: Object position (
/showthread.php?tid=467381)
Object position -
AnonScripter - 02.10.2013
how to add a money bag on the player's back while he's robbing something ?
what is player's back xyz positions ?
Re: Object position -
CesarLT - 02.10.2013
I hope that you'll find that usefull.
Re: Object position -
Marshall32 - 02.10.2013
SetPlayerAttachedObject(playerid,3, 1550, 1, 0.1, -0.3, 0, 0, 40, 0, 1, 1, 1);
Here is the actual object and positions.
Re: Object position -
AnonScripter - 02.10.2013
Quote:
Originally Posted by CesarLT
|
i already was there, but i don't know the player's back xyz positions
Quote:
Originally Posted by MrEdinLaw
SetPlayerAttachedObject(playerid,3, 1550, 1, 0.1, -0.3, 0, 0, 40, 0, 1, 1, 1);
Here is the actual object and positions.
|
thank you, i'll try it, but how do you know the player's positions ? i mean the head, arms, legs, chest etc..
Re: Object position -
bensmart469 - 02.10.2013
https://sampforum.blast.hk/showthread.php?tid=182317
See this.
Re: Object position -
Superhot - 02.10.2013
Quote:
Originally Posted by CesarLT
|
This*
sorry :/
Re: Object position -
Fenky - 03.10.2013
I have the same question for how do you get the xyz coordinates on players' skins?