[HELP] Error with my Pickup
#1

top of my script

pawn Код:
new cash;
Into GameModeInit

pawn Код:
cash = CreatePickup( 1242, 23, 135.6321,1875.8905,22.4375 );
PlayerPickup

pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
  if (pickupid == cash)
  {
    GivePlayerMoney(playerid,10000);
   
  }
)
Where is the error?
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: 1 Guest(s)