SA-MP Forums Archive
0.3e Cuff + rep - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 0.3e Cuff + rep (/showthread.php?tid=359414)



0.3e Cuff + rep - BurgerWoman - 13.07.2012

How to make that if im cuff someone i will see the cuff like: [ame]http://www.youtube.com/watch?v=miN4GZiKAIU[/ame]
and if hes running hes falling.


Re: 0.3e Cuff + rep - Jstylezzz - 13.07.2012

SetPlayerSpecialAction or something, search it on the wiki/******


Re: 0.3e Cuff + rep - Steven82 - 13.07.2012

MP2 released an awesome include for this. Search next time.

Click Me


Re: 0.3e Cuff + rep - KosmasRego - 13.07.2012

Here
pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED);
to remove it
pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_NONE);



Re: 0.3e Cuff + rep - BurgerWoman - 13.07.2012

Quote:
Originally Posted by KosmasRego
Посмотреть сообщение
Here
pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED);
to remove it
pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_NONE);
And thats will make all the people to see that the players have a Handcuffs?


Re: 0.3e Cuff + rep - KosmasRego - 13.07.2012

It will apply the animation yes.


Re: 0.3e Cuff + rep - MP2 - 13.07.2012

Quote:
Originally Posted by Steven82
Посмотреть сообщение
MP2 released an awesome include for this. Search next time.

Click Me
If you use my include as Steven suggested, it will include that animation also (highly likely that's what the server the video was recorded on uses).