detect animation
#3

Try this.
PHP код:
           new animlib[32];
            new 
animname[32];
            
GetAnimationName(GetPlayerAnimationIndex(playerid),animlib,32,animname,32);
            if(
strcmp(animlib"CLIMB_STAND"true) == 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)