OnPlayerPickUpPickup not working?
#2

you need to define the Pickup!

pawn Код:
new pickup1;

OnGamemodeInit(plaplapla)
{
   pickup1 = AddStaticPickup(plaplapla);
}

OnPlayerPickUpPickup(playerid, pickupid(
{
  if(pickupid == pickup1)
  {
    //your things here
  }
}
Reply


Messages In This Thread
OnPlayerPickUpPickup not working? - by NovaParadox - 12.02.2009, 20:50
Re: OnPlayerPickUpPickup not working? - by mirkoiz - 12.02.2009, 20:53
Re: OnPlayerPickUpPickup not working? - by NovaParadox - 12.02.2009, 20:57
Re: OnPlayerPickUpPickup not working? - by mirkoiz - 12.02.2009, 21:00

Forum Jump:


Users browsing this thread: 1 Guest(s)