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



Animation Help - Andrei04072 - 14.08.2013

I want some animation "to bend and then pick up a bag"

P.S: I'm interested in animation to bend down


Re: Animation Help - Vanter - 14.08.2013

pawn Код:
if (strcmp(cmdtext, "/bend", true)==0)
        {
                if (GetPlayerState(playerid)== 1)
            {
            ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
                }
            return 1;
        }



Re: Animation Help - Andrei04072 - 14.08.2013

another not?


Re: Animation Help - Vanter - 14.08.2013

Didn't understand what you said, explain more


Re: Animation Help - Andrei04072 - 14.08.2013

I have some bags down. And I want to get lean and raises.


Re: Animation Help - Vanter - 14.08.2013

I posted the animation you edit the object, move object, attach object to player. search for god's sake