Entrance to...
#10

pawn Code:
new pickup;
    pickup = CreatePickup(1318, 1, 263.129018935547, 2896.1943359375, 10.377650260925, -1);
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid==pickup)
    {
        SetPlayerInterior(playerid, 12);
        SetPlayerPos(playerid, 2324.419921, 1145.568359, 1050.710083);
    }
}
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: 1 Guest(s)