help making a teleporting pickup
#4

Код:
At The top of your script:

new tele;

OnGameModeInit

tele = CreatePickup(356,2314.4685058594 ,568.81640625 ,8.5382442474365);

public OnPlayerPickUpPickup(playerid, pickupid)
{
  if (pickupid == tele) // ...
	{
		SetPlayerPos(playerid,2290.9191894531,590.51232910156 ,125.54639434814);	
}
}
return 1;
}
Reply


Messages In This Thread
help making a teleporting pickup - by johnathon956 - 07.04.2010, 11:11
Re: help making a teleporting pickup - by [LSR]State_Trooper - 07.04.2010, 11:15
Re: help making a teleporting pickup - by johnathon956 - 07.04.2010, 11:18
Re: help making a teleporting pickup - by [LSR]State_Trooper - 07.04.2010, 11:28
Re: help making a teleporting pickup - by McX_9 - 07.04.2010, 11:33
Re: help making a teleporting pickup - by [LSR]State_Trooper - 07.04.2010, 11:35
Re: help making a teleporting pickup - by johnathon956 - 07.04.2010, 11:36
Re: help making a teleporting pickup - by johnathon956 - 07.04.2010, 11:38
Re: help making a teleporting pickup - by Donny_k - 07.04.2010, 11:46
Re: help making a teleporting pickup - by johnathon956 - 07.04.2010, 11:48

Forum Jump:


Users browsing this thread: 1 Guest(s)