Help with Health and Armour (Limits)
#2

Well, then just make this:
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == lvapickup1)
    {
        SetPlayerArmour(playerid, 100)
    }
    else if(pickupid == lvapickup2)
    {
        SetPlayerHealth(playerid, 100)
    }
    return 1;
}
Reply


Messages In This Thread
Help with Health and Armour (Limits) - by kbalor - 16.10.2014, 06:49
Re: Help with Health and Armour (Limits) - by RockyGamer - 16.10.2014, 07:52
Re: Help with Health and Armour (Limits) - by kbalor - 16.10.2014, 08:08
Re: Help with Health and Armour (Limits) - by Threshold - 16.10.2014, 08:15
Re: Help with Health and Armour (Limits) - by RockyGamer - 16.10.2014, 08:18
Re: Help with Health and Armour (Limits) - by kbalor - 16.10.2014, 08:22

Forum Jump:


Users browsing this thread: 2 Guest(s)