[Ajuda] Pickup
#3

pawn Код:
new Pickup;

Pickup=CreatePickup(model, type, Float:X, Float:Y, Float:Z, Virtualworld);

public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == Puckup)
    {
        SetPlayerHealth(playerid,100);
        DestroyPickup(Pickup);
    }
    return 1;
}
Reply


Messages In This Thread
Pickup - by Bl4ckN3w - 22.06.2014, 18:32
Re: Pickup - by MultiKill - 22.06.2014, 18:38
Re: Pickup - by MultiKill - 22.06.2014, 18:42
Re: Pickup - by Bl4ckN3w - 22.06.2014, 19:10
Re: Pickup - by iD4N0N3_.x[X]x - 22.06.2014, 19:28
Re: Pickup - by Alwe - 22.06.2014, 19:29
Re: Pickup - by Bl4ckN3w - 22.06.2014, 19:34
Re: Pickup - by TioSlash - 22.06.2014, 19:36
Re: Pickup - by iD4N0N3_.x[X]x - 22.06.2014, 19:36
Re: Pickup - by Bl4ckN3w - 22.06.2014, 19:39

Forum Jump:


Users browsing this thread: 1 Guest(s)