11.09.2012, 18:24
Title says it all..
More info: https://sampforum.blast.hk/showthread.php?pid=1010610#pid1010610
Well, there are too many codes given on that topic. I don't know what the best.
pawn Код:
public OnPlayerUpdate(playerid)
{
new Float:armour[MAX_PLAYERS];
GetPlayerArmour(playerid, armour[playerid]);
if( armour[playerid] > 0.0 )
{
SetPlayerAttachedObject( playerid, ARMOUR_INDEX, 1242, 1, 0.019999, 0.039999, 0.000000, 2.459999, 89.699989, -3.100000, 1.710000, 2.119999, 1.719999);//броня
}
else if( armour[playerid] == 0.0 && IsPlayerAttachedObjectSlotUsed(i, ARMOUR_INDEX))
{
RemovePlayerAttachedObject(playerid, ARMOUR_INDEX); // armour
}
return 1;
}
More info: https://sampforum.blast.hk/showthread.php?pid=1010610#pid1010610
Well, there are too many codes given on that topic. I don't know what the best.