How do I add armour to a player?
#1

public OnPlayerDeath(playerid,killerid,reason)
{
SetPlayerArmour(killerid,15);
SendClientMessage(killerid, COLOR_MexicanColor, "Nice shot!");
return 1;
}

current script is this. I know that it will set their armour to 15 even if it's above 15. How do I make it so that it actually gives them 15 armour for every kill?
Reply


Messages In This Thread
How do I add armour to a player? - by Jarred Miller - 12.09.2012, 20:43
Re: How do I add armour to a player? - by antonio112 - 12.09.2012, 20:46

Forum Jump:


Users browsing this thread: 2 Guest(s)