13.06.2011, 18:23
Is this part right?
pawn Код:
//Police Armor System - Sean :D
PutArmorOnBody(playerid)
{
if(IsPlayerAttachedObjectSlotUsed(playerid, 1));
SetPlayerAttachedObject(playerid,1,19142,1,0.1,0.05,0.0,0.0,0.0,0.0);
SetPlayerArmour(playerid,100.0);
}