How to add objects and vehicles to virtual worlds - 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 to add objects and vehicles to virtual worlds (
/showthread.php?tid=364963)
How to add objects and vehicles to virtual worlds -
stormchaser206 - 01.08.2012
Hello,
Is there a way to add objects and vehicles to virtual worlds?
Thanks,
stormchaser206
Re: How to add objects and vehicles to virtual worlds -
Killer#Mummy - 01.08.2012
If you are using streamer, you can simply add world id parameter at the end of statement.
Example: CreateDynamicObject(1483,0.0,20.0,30.0,0.0,0.0,0.0 ,2); //last number is world id
Re: How to add objects and vehicles to virtual worlds -
telmo_ferreira - 01.08.2012
https://sampwiki.blast.hk/wiki/SetVehicleVirtualWorld
Re: How to add objects and vehicles to virtual worlds -
kbalor - 01.08.2012
Yes as Killer_Mummy said
Код:
CreateDynamicObject(1483,0.0,20.0,30.0,0.0,0.0,0.0 ,2,-1,-1,300.0); /
2 is the virtal world ID. -1 interior -1 Playerid, 300.0 the distance for default try 300.0 it works nice
Re: How to add objects and vehicles to virtual worlds -
stormchaser206 - 01.08.2012
How can i use
www.convertffs.com with CreateDynamicObject?
Re: How to add objects and vehicles to virtual worlds -
stormchaser206 - 05.08.2012
Bump
Re: How to add objects and vehicles to virtual worlds -
Killer#Mummy - 05.08.2012
Set output to Incognito's Streamer Plugin