Two Object functions - 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: Two Object functions (
/showthread.php?tid=336361)
Two Object functions -
notepad - 22.04.2012
I don't know how I can attach an object to an object or how to attach a player to an object.
The specific object is always moving and I don't know how to move the player along with the object positions.
Can someone help me out please? Thank you.
Respuesta: Two Object functions -
Marricio - 22.04.2012
There is no "attach player to object" either "attach object to object". You can do it with a timer setting his pos to the object pos but that wouldn't be efficient at all.
Re: Respuesta: Two Object functions -
notepad - 22.04.2012
Quote:
Originally Posted by Marricio
There is no "attach player to object" either "attach object to object". You can do it with a timer setting his pos to the object pos but that wouldn't be efficient at all.
|
Damn, that way I've tried, but it is inefficient as you said. There are hundreds of positions.
Any other solution?