OnPlayerPickupPickup help
#1

Im attempting to make it walk into a pickup and then give them 10k
But I get a warning:
pawn Код:
error 021: symbol already defined: "OnPlayerPickUpPickup"
This is my code:
pawn Код:
new bluedoorenter;

bluedoorenter = CreatePickup(1318, 1, 203.0187,-1834.0686,10.2663, -1);

public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == bluedoorenter) GivePlayerMoney(playerid,10000);
    return 1;
}
So whats the problem? Please help.
Reply


Messages In This Thread
OnPlayerPickupPickup help - by ThePhill97 - 20.11.2012, 15:56
Re: OnPlayerPickupPickup help - by Mustafa6155 - 20.11.2012, 16:00
Re: OnPlayerPickupPickup help - by ThePhill97 - 20.11.2012, 16:02
Re: OnPlayerPickupPickup help - by vernz - 20.11.2012, 16:06
Re: OnPlayerPickupPickup help - by ThePhill97 - 20.11.2012, 16:07

Forum Jump:


Users browsing this thread: 3 Guest(s)