01.04.2013, 21:49
Quote:
|
Edit it doesn't work again cuff = working uncuff doesn't work.....
|
pawn Код:
if(IsPlayerAttachedObjectSlotUsed(giveplayerid, 2))
{
RemovePlayerAttachedObject(giveplayerid);
}
From:
pawn Код:
RemovePlayerAttachedObject(giveplayerid);
pawn Код:
RemovePlayerAttachedObject(giveplayerid, 2);

