SA-MP Forums Archive
How can I attach an Object to Interior ? - 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 can I attach an Object to Interior ? (/showthread.php?tid=68952)



How can I attach an Object to Interior ? - Castle - 14.03.2009

How can I attach an Object to Interior ?
I know that it is possible for Vehicle but how can I do it for an Object?


Re: How can I attach an Object to Interior ? - Rimeau - 14.03.2009

I just placed the objects at the correct position...without any interior settings, it works


Re: How can I attach an Object to Interior ? - Castle - 14.03.2009

Ok, Well how can I attach and Object to a Virtual World?


Re: How can I attach an Object to Interior ? - SuperS82 - 27.11.2010

Try a good object streamer like Double-O-Objects. It allows you to provide a virtualworld(worldid) when you create a streamed object.

pawn Код:
CreateStreamObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:distance, worldid);//Create an object



Re: How can I attach an Object to Interior ? - MetallicAnt - 29.05.2012

YSI is better with CreateDynamicObjects

If you have YSI and you want to add an object to a virtual world:
CreateVWDynamicObject(world, model, x, y, z, rx, ry, rz);


Re: How can I attach an Object to Interior ? - MP2 - 29.05.2012

Just use Incognitos streamer, it's the most popular for a reason.