detect animation
#1

if player CLIMB_STAND
the animation won't work
is this code are right?
pawn Код:
new animlib[32];
            new animname[32];
            GetAnimationName(GetPlayerAnimationIndex(playerid),animlib,32,animname,32);
            if(strcmp(animlib, "CLIMB_STAND", true) == 0) return 0;
            {
                ApplyAnimation(playerid,"ped","idle_stance",4.1,0,0,0,0,1,1);
            }
        }
Reply


Messages In This Thread
detect animation - by bboytimix - 18.09.2016, 12:44
Re: detect animation - by bboytimix - 18.09.2016, 13:06
Re: detect animation - by oMa37 - 18.09.2016, 13:27
Re: detect animation - by bboytimix - 18.09.2016, 13:56
Re: detect animation - by bboytimix - 18.09.2016, 14:28

Forum Jump:


Users browsing this thread: 1 Guest(s)