[Help] If player has armor
#2

It should work:


pawn Код:
public OnPlayerUpdate(playerid)
{
    static
        Float: s_fArmour;

    GetPlayerArmour(playerid, s_fArmour);
    if (s_fArmour > 0.0)
        Ban(playerid);

    return 1;
}
Reply


Messages In This Thread
[Help] If player has armor - by [Comrade] - 28.12.2010, 17:10
Re: [Help] If player has armor - by MrDeath537 - 28.12.2010, 17:15
Re: [Help] If player has armor - by _rAped - 28.12.2010, 17:17
Re: [Help] If player has armor - by [Comrade] - 28.12.2010, 18:25
Re: [Help] If player has armor - by Kitten - 28.12.2010, 18:26

Forum Jump:


Users browsing this thread: 1 Guest(s)