How do I add armour to a player?
#2

pawn Код:
public OnPlayerDeath(playerid,killerid,reason)
{
    new Float:armour;
    GetPlayerArmour(killerid, armour);
    SetPlayerArmour(killerid, armour + 15.0);
    SendClientMessage(killerid, COLOR_MexicanColor, "Nice shot!");
    return 1;
}
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)