Cuff action bugged for 0.3x? -
zDivine - 05.05.2013
Alright, I scripted a cuff command for my roleplay script, that I am scripting from scratch, and when you cuff someone, the cuffing action is applied, but then immediately removed.
I have tested it in different ways, and some of my friends are having the same issue using an NGRP and zGaming edit.
Let me know, thanks.
Respuesta: Cuff action bugged for 0.3x? -
adri1 - 05.05.2013
yes. to me doesnt work....
Re: Cuff action bugged for 0.3x? -
lQs - 05.05.2013
pawn Код:
SetPlayerAttachedObject(targetid, 0, 19418, 6, -0.011000, 0.028000, -0.022000, -15.600012, -33.699977, -81.700035, 0.891999, 1.000000, 1.168000);
SetPlayerSpecialAction(targetid,SPECIAL_ACTION_CUFFED);
TogglePlayerControllable(targetid, 0);
Works on my script created from scratch.
Re: Cuff action bugged for 0.3x? -
jakejohnsonusa - 05.05.2013
It works fine on mine as well (The SPECIAL_ACTION_CUFFED), though I'm 99.999% sure the 'piss action' doesn't work correctly in 0.3x.
Re: Cuff action bugged for 0.3x? -
zDivine - 05.05.2013
Quote:
Originally Posted by jakejohnsonusa
It works fine on mine as well (The SPECIAL_ACTION_CUFFED), though I'm 99.999% sure the 'piss action' doesn't work correctly in 0.3x.
|
No, the piss actions works fine in my server.
Re: Cuff action bugged for 0.3x? -
thefatshizms - 05.05.2013
Cuff works perfectly fine with me, mind showing the code your using to produce this?
Re: Cuff action bugged for 0.3x? -
zDivine - 05.05.2013
Alright, i've done some testing, and figured out that it is setting the players special action to cuffed, like, as in you can read that their special action is cuffed, but it's not actually placing the players hands behind their back.
Re: Cuff action bugged for 0.3x? -
thefatshizms - 05.05.2013
What skin are you using? Special actions do not work on id 0 (cj)