SA-MP Forums Archive
Animation - 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: Animation (/showthread.php?tid=419580)



Animation - Christian98 - 01.03.2013

Hello guys,
i search a special animation,
masturbation XD Help Me
Tanks..


Re: Animation - iManakoss - 01.03.2013

Код:
CMD:wank(playerid,params[])
{
ApplyAnimation(playerid,"PAULNMAC","wank_loop",4.0,1,1,1,1,0);
return 1;
}
CMD:wankoff(playerid,params[])
{
ApplyAnimation(playerid,"PAULNMAC","wank_in",4.0,1,1,1,1,0);
return 1;
}
Use ZCMD include and put on the start "#include <zcmd>


Re: Animation - acajoksa - 01.03.2013

This is AminList Download this if you like it

------------>>>>>>>>> AnimList

Visit My Server " ::: Explore Gaming ::: || 0.3x || Upadajte



Christian98 - Christian98 - 01.03.2013

Tanks