Pickup is not showing up
#3

Alright.

On the top of the gamemode.

Код:
new escape;
In the OnGameModeInit

Код:
escape = CreatePickup(1318, 1, 1862.2916,-1699.6805,5202.5859, -1);
in the OnPlayerPickUpPickup

Код:
if(pickupid == escape)
	{
        SendClientMessage(playerid, -1, "To escape, just type /escape");
}
Thats pretty much it.
Reply


Messages In This Thread
Pickup is not showing up - by _GHT_MarK445 - 12.02.2015, 14:21
Re: Pickup is not showing up - by IndependentGaming - 12.02.2015, 15:09
Re: Pickup is not showing up - by _GHT_MarK445 - 12.02.2015, 15:14
Re: Pickup is not showing up - by IndependentGaming - 12.02.2015, 15:28
Re: Pickup is not showing up - by _GHT_MarK445 - 12.02.2015, 15:36
Re: Pickup is not showing up - by IndependentGaming - 12.02.2015, 15:41
Re: Pickup is not showing up - by _GHT_MarK445 - 12.02.2015, 15:59
Re: Pickup is not showing up - by IndependentGaming - 12.02.2015, 16:01
Re: Pickup is not showing up - by _GHT_MarK445 - 12.02.2015, 16:02
Re: Pickup is not showing up - by IndependentGaming - 12.02.2015, 16:09

Forum Jump:


Users browsing this thread: 1 Guest(s)