Help with pickup enter
#4

is this what you want?if yes.. change the Cords and you have to work some more on it.. it's just a half example :P
pawn Код:
public OnGameModeInit()
{
   Pickup = CreatePickup(1559, 2, 0.0, 0.0, 0.0, 1);
   return 1;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
   if(pickupid == Pickup){
       //Do something here
   }
   return 1;
}
Reply


Messages In This Thread
Help with pickup enter - by boyan96 - 18.10.2011, 14:08
Re: Help with pickup enter - by Pharrel - 18.10.2011, 14:11
Re: Help with pickup enter - by boyan96 - 18.10.2011, 14:12
Re: Help with pickup enter - by Mr_Scripter - 18.10.2011, 14:16

Forum Jump:


Users browsing this thread: 2 Guest(s)