[Help] If player has armor
#3

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

if(armour > 0.0)
{
    Kick(playerid);
}
Place it in a callback that's called frequently. Like OnPlayerUpdate.

GetPlayerArmour

Edit: Damn I was a bit too late.
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: 2 Guest(s)