Pickups problem
#2

try
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == pickup_Money)
    {
        GivePlayerMoney(playerid, 15000);
   
    }
    return l;
}
Reply


Messages In This Thread
Pickups problem - by martoivanov - 16.07.2013, 07:11
Re: Pickups problem - by mahdi499 - 16.07.2013, 07:17
Re: Pickups problem - by martoivanov - 16.07.2013, 07:24
Re: Pickups problem - by IceBilizard - 16.07.2013, 07:38
Re: Pickups problem - by MP2 - 16.07.2013, 07:38
Re: Pickups problem - by martoivanov - 16.07.2013, 07:39
Re: Pickups problem - by IceBilizard - 16.07.2013, 07:40
Re: Pickups problem - by MP2 - 16.07.2013, 07:42
Re: Pickups problem - by martoivanov - 16.07.2013, 07:45
Re: Pickups problem - by MP2 - 16.07.2013, 07:49

Forum Jump:


Users browsing this thread: 1 Guest(s)