HELP]Masturbate anim - 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: HELP]Masturbate anim (
/showthread.php?tid=461167)
HELP]Masturbate anim -
XxXBr0nXxX - 31.08.2013
how do i create masturbate animations?
Re: HELP]Masturbate anim -
NeskWriter - 31.08.2013
It's mast
rubation.
PHP код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/fap", cmdtext, true, 10) == 0)
{
ApplyAnimation(playerid, "PAULNMAC", "wank_in",4.1, 1, 1, 1, 0, 0, 1);
return 1;
}
return 0;
}
Re: HELP]Masturbate anim -
AaronKillz - 31.08.2013
The animation library is: "PAULNMAC"
The animation name is "wank_loop"
https://sampwiki.blast.hk/wiki/ApplyAnimation
Re: HELP]Masturbate anim -
XxXBr0nXxX - 31.08.2013
thanks all