GetPlayerArmour
#3

The function itself doesn't return a specific value. The player's armour is stored in the specified variable.

pawn Код:
new Float:Armour;
GetPlayerArmour(playerid, Armour);

if(Armour > 2.0)
{
    SendMes(playerid, 0x00FF00FF, "{B9BCBD}(Anti-Cheat Armour)");
    DelayedKick(playerid);
}
https://sampwiki.blast.hk/wiki/GetPlayerArmour
Reply


Messages In This Thread
GetPlayerArmour - by iulicxd - 12.03.2016, 18:47
Re: GetPlayerArmour - by saffierr - 12.03.2016, 18:50
Re: GetPlayerArmour - by SickAttack - 12.03.2016, 18:55
Re: GetPlayerArmour - by iulicxd - 12.03.2016, 19:00
Re: GetPlayerArmour - by saffierr - 12.03.2016, 19:10

Forum Jump:


Users browsing this thread: 1 Guest(s)