Animation [HELP]
#1

Hi all!
I got this anim:

Код:
	if(strcmp(cmd, "/fatrun", true) == 0)
	{
  ApplyAnimation(playerid,"FAT","FatRun",4.1,0,1,1,1,1);
	return 1;
	}
But anim stops after he runs... i want that the anim dosnt stop and he keeps runing untill.
Reply
#2

Код:
ApplyAnimation(playerid,"FAT","FatRun",4.1,1,1,1,1,0);
Maybe? Not sure.
Reply
#3

Ok it works... but on other anims like this:

Код:
	if(strcmp(cmd, "/sit1", true) == 0)
	{
  ApplyAnimation(playerid, "BEACH", "SitnWait_loop_W", 4.0, 0, 0, 0, 0, 1);
	return 1;
	}
It moves around the player... at example 2 sec it moves player a bit ... how to fix ?
Reply
#4

Код:
ApplyAnimation(playerid, "BEACH", "SitnWait_loop_W", 4.0, 1, 1, 1, 1, 0);
Just like the last one.
Reply
#5

thanks.. i will try it out!
Reply
#6

It keeps moving.. Like..

When the anim should stop.. it starts it again and moves a bit... How to fix it?
Reply
#7

any one could help me?
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)