How to link vehicles and objects to Vworlds - 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: How to link vehicles and objects to Vworlds (
/showthread.php?tid=88720)
How to link vehicles and objects to Vworlds -
argon - 28.07.2009
Yooo How Can I link Objects, pickups and vehicles to vworlds?
Re: How to link vehicles and objects to Vworlds -
Criss_Angel - 28.07.2009
Quote:
Originally Posted by argon
Yooo How Can I link Objects, pickups and vehicles to vworlds?
|
Код:
OnPlayerPickUpPickUP
{
if(pickupid == your pickup);
{
SetPlayerVirtualWorld(playerid,-);
// etc etc
Re: How to link vehicles and objects to Vworlds -
Daem - 28.07.2009
Quote:
Originally Posted by Criss_Angel
Код:
OnPlayerPickUpPickUP
{
if(pickupid == your pickup);
{
SetPlayerVirtualWorld(playerid,-);
// etc etc
|
huh?
read what he asked.
https://sampwiki.blast.hk/wiki/SetVehicleVirtualWorld - vehicles,
https://sampwiki.blast.hk/wiki/SetPlayerVirtualWorld -players
thats it, i dont think you can 'link' pickups to other virtual worlds
Re: How to link vehicles and objects to Vworlds -
argon - 28.07.2009
Not that. How to make objects, vehicles n shit appear in a virtual world and how to create a tele to a coord in a Vworld
Like its /dm setplayervworld 1 but how do i give the coords?
And how to make cars and pickups appear in Vworlds?
If cars n pickups cant appear in Vworlds then tell me this;
If /telev setplayervworld 1 but how do i set the coordinates where to spawn?
Re: How to link vehicles and objects to Vworlds -
saiberfun - 28.07.2009
well
i guess pickups and objects appear in other virtualworlds just like the usual world.(dunno if that's right but i guess just try^^)
and u can link players to virtual worlds with
https://sampwiki.blast.hk/wiki/SetPlayerVirtualWorld
and
https://sampwiki.blast.hk/wiki/SetVehicleVirtualWorld
the coords are the same as in the usual world
then u just do on /dm
https://sampwiki.blast.hk/wiki/SetVehicleVirtualWorld
and
https://sampwiki.blast.hk/wiki/SetPlayerVirtualWorld
and i guess ur fine^^
Re: How to link vehicles and objects to Vworlds -
argon - 28.07.2009
K thanks dude