[Player Class] One animation after Another
#1

Hey Guys,

I've been searching around for about an hour now and can't find anything to do with my request.

I'm trying to get the Player Selection to Do TWO animations, One after another, To make it look like their doing a fighting style.


Example Of my ONE Animation Class
Quote:

else if(classid==1){
SetPlayerPos(playerid,767.0723,-2.0637,1000.7187);
SetPlayerFacingAngle(playerid,180);
SetPlayerInterior(playerid, 5);
SetPlayerCameraPos(playerid,764.4860,-4.1240,1000.7120);
SetPlayerCameraLookAt(playerid,767.0723,-2.0637,1000.7187);
ApplyAnimation(playerid,"PED","FIGHTIDLE",90,1,1,1 ,1,2);}

I'm Trying to get it to Play one Animation After Another, Or Two Animations at the Same Time.

Thanks For your Help!
Reply
#2

Create a public and use a TIMERto execute it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)