08.12.2010, 10:04
dont use stock, use like this
If you want real armour protection, dont set armour to 100, set to 99 in all places where you set armour, and make auto ban if player have 100 armour
pawn Код:
SetPlayerArmourAC(playerid, Float:armour)
{
PlayerArmour[playerid] = armour;
SetPlayerArmour(playerid, armour);
return armour; // Optional
}

