SA-MP Forums Archive
Object to a virtual world - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Object to a virtual world (/showthread.php?tid=133295)



Object to a virtual world - bajskorv123 - 11.03.2010

How to set a object to a virtual world?
Im kinda having a interior of area 51 and in one virtual world it should have a gate i made and in original world gate should be gone.


Re: Object to a virtual world - bajskorv123 - 13.03.2010

Bump


Re: Object to a virtual world - Richy_Bugger - 13.03.2010

CreateObject(objectid, x, y, z, rotation, interior);


Re: Object to a virtual world - bajskorv123 - 13.03.2010

Quote:
Originally Posted by Richy_Bugger
CreateObject(objectid, x, y, z, rotation, interior);
Another virtual world, not interior, btw createobject has interior param or you use streamer?


Re: Object to a virtual world - Richy_Bugger - 13.03.2010

CreateObject(objectid, x, y, z, rotation, interior, vw);


Re: Object to a virtual world - bajskorv123 - 15.03.2010

Quote:
Originally Posted by Richy_Bugger
CreateObject(objectid, x, y, z, rotation, interior, vw);
It shows up in all virtual worlds

Havent checked with interiors yet tough


Re: Object to a virtual world - Kyosaur - 15.03.2010

Quote:
Originally Posted by [NWA
Hannes ]
Quote:
Originally Posted by Richy_Bugger
CreateObject(objectid, x, y, z, rotation, interior, vw);
It shows up in all virtual worlds

Havent checked with interiors yet tough
Dont listen to this guy, he has no idea what he is talking about.

Use THIS to stream objects in certain interiors/virtual worlds.


Re: Object to a virtual world - Calgon - 15.03.2010

Use a streamer, it'll save you years.