Mix the pickups!
#8

You can use streamer, it makes this extremely easy.
pawn Код:
new givemoneypickup = CreateDynamicPickup(....)
pawn Код:
public OnPlayerPickUpDynamicPickup(playerid, pickupid)
{
         if(pickupid == givemoneypickup)
         {    
                 //Your code like GivePlayerMoney
          }
          return 1;
}
Simple, huh!?
Reply


Messages In This Thread
Mix the pickups! - by SaiB0T - 18.01.2013, 10:01
Re: Mix the pickups! - by Glad2BeHere - 18.01.2013, 10:30
Respuesta: Mix the pickups! - by SaiB0T - 18.01.2013, 10:36
Re: Mix the pickups! - by DaRk_RaiN - 18.01.2013, 10:37
Re: Mix the pickups! - by Threshold - 18.01.2013, 10:38
Respuesta: Mix the pickups! - by SaiB0T - 18.01.2013, 10:39
Re: Mix the pickups! - by Threshold - 18.01.2013, 10:41
Re: Mix the pickups! - by RajatPawar - 18.01.2013, 11:05
Re: Mix the pickups! - by Glad2BeHere - 18.01.2013, 11:14

Forum Jump:


Users browsing this thread: 1 Guest(s)