SA-MP Forums Archive
[HELP] Interior and pls not delete! - 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: [HELP] Interior and pls not delete! (/showthread.php?tid=137478)



[HELP] Interior and pls not delete! - Wetze789 - 28.03.2010

i have a question...how i can install a interior?
that the userers port in this interior?

can anyone give me pls a script?

mfg wetze789


Re: [HELP] Interior and pls not delete! - FireFox_ - 28.03.2010

I dont get it. Please explain it more.


Re: [HELP] Interior and pls not delete! - Wetze789 - 29.03.2010

i will that the people port from the LV arena (stadion) to the interior (Lv arena)

more?

mfg wetze789


Re: [HELP] Interior and pls not delete! - Mystique - 29.03.2010

You need to use the function SetPlayerPos and SetPlayerInterior. You can also make it ranged with IsplayerInRangeOfPoint.
Here's the interiors and the coords: https://sampwiki.blast.hk/wiki/InteriorIDs




Re: [HELP] Interior and pls not delete! - Wetze789 - 29.03.2010

i must set a point were the players port to a interior?

mfg wetze789


Re: [HELP] Interior and pls not delete! - Mystique - 29.03.2010

Yes you need to, you will find them in the link I sent you.


Re: [HELP] Interior and pls not delete! - Wetze789 - 29.03.2010

ty i can go in the interior

but than come the next problem...i have cars gescriptet in the Bloodbowl arena...but i canґt see this carґs...

Код:
new bloodring1;
Код:
bloodring1 = AddStaticVehicle(494, -1363.311, 932.407, 1036.219, 0.0000, -1, -1);
	  LinkVehicleToInterior(bloodring1, 15);
	  SetVehicleVirtualWorld(bloodring1, 15);
mfg wetze789


Re: [HELP] Interior and pls not delete! - Mystique - 29.03.2010

I think the problem is that you have the vehicle linked to another virtual world. Is the virtual world set in the command?