Interior
#1

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

Sorry if I posted in the wrong place/section
Reply
#2

Help?
Sorry to bump + double post
Reply
#3

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;
}
Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)