Entrance to...
#3

I serched and found this :

pawn Code:
//This is at the top
new pickup;


public OnGameModeInit()
{
    pickup=CreatePickup(...);
    return 1;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid==pickup)
    {
        SetPlayerInterior(...);
        SetPlayerPos(...);
    }
}
But I can't figure out how to put it together
Reply


Messages In This Thread
Entrance to... - by marinov - 16.11.2010, 23:11
Re: Entrance to... - by Steven82 - 16.11.2010, 23:18
Re: Entrance to... - by marinov - 16.11.2010, 23:24
Re: Entrance to... - by willsuckformoney - 16.11.2010, 23:37
Re: Entrance to... - by marinov - 16.11.2010, 23:41
Re: Entrance to... - by Steven82 - 16.11.2010, 23:44
Re: Entrance to... - by marinov - 16.11.2010, 23:50
Re: Entrance to... - by Nero_3D - 17.11.2010, 00:02
Re: Entrance to... - by marinov - 17.11.2010, 00:14
Re: Entrance to... - by marinov - 17.11.2010, 00:31

Forum Jump:


Users browsing this thread: 3 Guest(s)