SA-MP Forums Archive
Interior - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Interior (/showthread.php?tid=340485)



Interior +REP - InfinityCOD - 07.05.2012

I was wondering how to make interior can you explain how?

Sorry if I posted in the wrong place/section


Re: Interior - InfinityCOD - 07.05.2012

Help?
Sorry to bump + double post


Re: Interior - davve95 - 07.05.2012

You need a pickup


And SetPlayerPos..



https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup
https://sampwiki.blast.hk/wiki/CreatePickup

http://weedarr.wikidot.com/pickups


Like this:


pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == YourInteriorName) {
    SetPlayerPos(playerid,1411.6375,7.0938,15.4421);
    }
    return 1;
}



Re: Interior - Wennicke - 07.05.2012

Use scripting discussion for interior questions. Or if it's a mapping question then use a Map Editor to make an interior:

Scripting tutorials:
http://forum.sa-mp.com/forumdisplay.php?f=70

Scripting discussion:
http://forum.sa-mp.com/forumdisplay.php?f=12

Map Editor:
https://sampforum.blast.hk/showthread.php?tid=282801