elevator pickup
#1

someone deleted my old post so...

I made a pickup which is kinda like a elevator when someone enters it they get tp to another place but its not working when i enter it nothing happens

Код:
public OnPlayerPickupPickup(playerid, pickupid)
{
	if (1318 == value) // Check that the picked up pickup id is the same as the id of the one we created
	{
  SetPlayerPos(playerid,1616.4656,-2249.4036,-2.8516);

	return 1;
}
i have made a pick up which is called value

Код:
value = CreatePickup(1318,19,1589.4851,-2286.0991,-1.2050);
so what did i do wrong
Reply


Messages In This Thread
elevator pickup - by Criss_Angel - 29.06.2009, 18:09
Re: elevator pickup - by Tannz0rz - 29.06.2009, 18:32
Re: elevator pickup - by Criss_Angel - 29.06.2009, 18:44
Re: elevator pickup - by Criss_Angel - 29.06.2009, 19:33
Re: elevator pickup - by Ignas1337 - 29.06.2009, 19:38
Re: elevator pickup - by Tannz0rz - 29.06.2009, 19:45
Re: elevator pickup - by Ignas1337 - 29.06.2009, 19:46
Re: elevator pickup - by Criss_Angel - 29.06.2009, 22:09
Re: elevator pickup - by Criss_Angel - 30.06.2009, 12:07
Re: elevator pickup - by ACERS - 30.06.2009, 14:51

Forum Jump:


Users browsing this thread: 2 Guest(s)