03.10.2013, 03:39
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?
You can use this filterscript to get attached object cords: https://sampforum.blast.hk/showthread.php?tid=209234
|
new Float: x, y, z;
GetPlayerPos(playerid, x, y, z);