How to tele pickup i??
#4

new pickup1;

public OnGameModeInit()
{
pickup1 = CreatePickup(1239, 2, -423.699341, 2201.723145, 42.926292); //place pick up
return 1;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
if (pickupid == pickup1) //If they picked up pickup 1
{
SetPlayerPos(playerid, Your Coordinates); //nPositio to teleport to the Coordinates
}
return 1;
}
Reply


Messages In This Thread
How to tele pickup i?? - by quochuy7915 - 22.11.2014, 15:57
Re: How to tele pickup i?? - by M4D - 22.11.2014, 16:01
Re: How to tele pickup i?? - by Bingo - 22.11.2014, 16:02
Re: How to tele pickup i?? - by Wingman - 22.11.2014, 16:03
Re: How to tele pickup i?? - by Wingman - 22.11.2014, 16:05
Re: How to tele pickup i?? - by quochuy7915 - 22.11.2014, 16:13

Forum Jump:


Users browsing this thread: 1 Guest(s)