09.07.2012, 20:33
So once a player gets cuffed by an officer it adds a pair of cuffs
I know you use RemovePlayerAttachedObject but anytime I try and make it, the cuffs remain on them so of course I'm doing it wrong.
Could someone show me the correct way to remove the object? Thanks a lot
PHP код:
SetPlayerAttachedObject(giveplayerid, 0, 19418, 6, -0.011000, 0.028000, -0.022000, -15.600012, -33.699977, -81.700035, 0.891999, 1.000000, 1.168000);
SetPlayerSpecialAction(giveplayerid,SPECIAL_ACTION_CUFFED);
Could someone show me the correct way to remove the object? Thanks a lot