SA-MP Forums Archive
What animation is his - 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: What animation is his (/showthread.php?tid=582109)



What animation is his - Metharon - 17.07.2015

https://www.youtube.com/watch?v=WIcrDXDZ3wY


WHAT ANIMATION IS THAT


Re: What animation is his - Alex Magaсa - 17.07.2015

I believe this is strip dance but i don't remember the name of it.


Re: What animation is his - Metharon - 18.07.2015

Name of that anim?


Re: What animation is his - MasterReturnz - 18.07.2015

"SPANKINGP"

So like
Код:
if(strcmp(cmdtext, "/spank", true) == 0)
        {
            ApplyAnimation(playerid,"SNM","SPANKINGP",4.1,0,1,1,1,1);
            return 1;
        }



Re: What animation is his - Metharon - 18.07.2015

i want the animation all of them do like dance


Re: What animation is his - Abagail - 18.07.2015

pawn Код:
ApplyAnimation(playerid, "STRIP", "STR_Loop_A", 4.1, 1, 0, 0, 0, 0, 1);
pawn Код:
CMD:sexy(playerid, params[])
{
      ApplyAnimation(playerid, "STRIP", "STR_Loop_A", 4.1, 1, 0, 0, 0, 0, 1);
      return 1;
}