[HELP] Error with my Pickup
#5

You missed a return 1; at the end of the code
Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
  if (pickupid == cash)
  {
    GivePlayerMoney(playerid,10000);
  return 1;
  }
)
Reply


Messages In This Thread
[HELP] Error with my Pickup - by Smiths - 31.08.2009, 17:21
Re: [HELP] Error with my Pickup - by XtremeChio - 31.08.2009, 17:23
Re: [HELP] Error with my Pickup - by Smiths - 31.08.2009, 17:25
Re: [HELP] Error with my Pickup - by Clavius - 31.08.2009, 17:29
Re: [HELP] Error with my Pickup - by indy-greg - 31.08.2009, 17:31
Re: [HELP] Error with my Pickup - by Smiths - 31.08.2009, 17:31
Re: [HELP] Error with my Pickup - by Clavius - 31.08.2009, 17:36
Re: [HELP] Error with my Pickup - by Smiths - 31.08.2009, 18:02
Re: [HELP] Error with my Pickup - by Yuryfury - 31.08.2009, 18:08
Re: [HELP] Error with my Pickup - by Smiths - 31.08.2009, 18:09

Forum Jump:


Users browsing this thread: 2 Guest(s)