Pickups problem
#1

When i go through the pickup nothing happens.
pawn Код:
pickup_Money = CreatePickup(1318, 23,3875.1072,-9369.9766,28.3291, 0);
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == pickup_Money)
    {
     return GivePlayerMoney(playerid, 15000);
    }
return 1;
}
Where is the problem, I can't find it
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: 2 Guest(s)