Ayuda por fa
#4

pawn Код:
new
  pickup;

public OnGameModeInit()
{
  pickup = CreatePickup(bla, bla, bla); // sustituya bla bla bla por el lugar y el modelo del pick up (busca en wiki.sa-mp.com "CreatePickup")
  return 1;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
  if(pickupid == pickup)
  {
    SetPlayerPos(x.x, y.y, z.z); // sustituye xyz por las coordenadas de adentro del ammu
    SetPlayerInterior(playerid, x); // sustituye x por el interior del ammu
  }
  return 1;
}
Reply


Messages In This Thread
Ayuda por fa - by electrobus - 13.01.2010, 20:21
Re: Ayuda por fa - by TheChaoz - 13.01.2010, 20:30
Re: Ayuda por fa - by differo - 13.01.2010, 23:01
Re: Ayuda por fa - by Miguel - 13.01.2010, 23:55
Re: Ayuda por fa - by ValenTiiN - 14.01.2010, 01:20
Re: Ayuda por fa - by CristianTdj - 14.01.2010, 17:27
Re: Ayuda por fa - by CristianTdj - 14.01.2010, 17:30
Re: Ayuda por fa - by Javi_Cogollero - 14.01.2010, 21:54
Re: Ayuda por fa - by Miguel - 15.01.2010, 01:36
Re: Ayuda por fa - by Javi_Cogollero - 16.01.2010, 00:24

Forum Jump:


Users browsing this thread: 2 Guest(s)