0.3e Cuffing System - 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 Cuffing System (
/showthread.php?tid=346787)
0.3e Cuffing System -
mwanted999 - 30.05.2012
Hey I'm knew to scripting I was just wondering how to add the new 0.3e Animation for cuffing
http://pastebin.com/MW6PhJNQ
Re: 0.3e Cuffing System -
AMEENAMEEN - 30.05.2012
This is not 0.3e cuff system.
Re: 0.3e Cuffing System -
mwanted999 - 30.05.2012
Misunderstanding I was meaning how do I add the new animation that was released with 0.3e
Re: 0.3e Cuffing System -
Jonny5 - 30.05.2012
this is an example of a cuff command
pawn Код:
YCMD:cuff(playerid, params[], help)
{
if (help) {SendClientMessage(playerid, 0xFF9933FF, "/cuff [playername/id]");}
else
{
new targetid;
if(sscanf(params,"r",targetid)) return SendClientMessage(playerid, 0xFF9933FF, "/cuff [playername/id]");
RemovePlayerAttachedObject(targetid, 9);
SetPlayerAttachedObject(targetid, 9, 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);
}
return 1;
}
Re: 0.3e Cuffing System -
404 Not Found - 30.05.2012
Try now:
http://pastebin.com/KUypnH65
Re: 0.3e Cuffing System -
mwanted999 - 30.05.2012
I used that but nothing happened.

See
Re: 0.3e Cuffing System -
[FSaF]Jarno - 30.05.2012
I have the same problem, any kind of animation isn't showing up on my server :/