Vitual world help - 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: Vitual world help (
/showthread.php?tid=409328)
Vitual world help -
yeehao98 - 21.01.2013
When i teleport to a vitual world ,the veh spawn at world 0 but i at world 1 , how to let veh spawn at other world?
Re: Vitual world help -
Sinner - 21.01.2013
https://sampwiki.blast.hk/wiki/SetVehicleVirtualWorld
Will teleport a vehicle to a given virtual world.
Re: Vitual world help -
yeehao98 - 21.01.2013
thanks
Re: Vitual world help -
yeehao98 - 22.01.2013
SetVehicleVirtualWorld(GetPlayerVehicleID(playerid ), 10); ? like this?
Re: Vitual world help -
iGetty - 22.01.2013
How are you using it? Under a command for /veh? Or in general?
Re: Vitual world help -
yeehao98 - 23.01.2013
Quote:
Originally Posted by iGetty
How are you using it? Under a command for /veh? Or in general?
|
Spawn when teleport to there
Re: Vitual world help -
yeehao98 - 24.01.2013
Anyone help me pls?