Animation no bot
#1

Hello,


I record my robot with this animation : ApplyAnimation(playerid,"CRACK","crckdeth2",4.0,0, 1,1,1,0);, But once in the game the robot does not apply animation, however, it applies
the animations as ApplyAnimation(playerid,"INT_HOUSE","wash_up",4.0, 0,1,1,1,0);, it is a problem with samp ?

Thanx
Reply
#2

100% english please and not just 50%, and what do you even mean record robot with animation ? ... ?
Reply
#3

Quote:
Originally Posted by [Bios]Marcel
Посмотреть сообщение
100% english please and not just 50%, and what do you even mean record robot with animation ? ... ?
thank you for the report sorry the error
Reply
#4

As far as i know it shouldn't use the wrong anim on its own, just create a command to check it

PHP код:
CMD:(playerid,params)
{
    
ApplyAnimation(playerid,"CRACK","crckdeth2",4.0,01,1,1,0);
    return 
1;

Reply
#5

Does not work , it's pretty strange. I forced the command is the same
Reply
#6

check if it there is any timer / callback that automatically overwrites the animation, otherwise i can't think of anything
Reply
#7

Try to use.

Код:
UsePlayerPedAnims();
then apply the animation. If it doesn't work, try using a command to apply the animation.

Just a mutual guess, not sure if it will work.
Reply
#8

Did you preload the animations?

Код:
PreloadAnimLib(playerid,"CRACK");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)