SA-MP Forums Archive
Animation no bot - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Animation no bot (/showthread.php?tid=601262)



Animation no bot - Rabot - 19.02.2016

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


Re: Animation no bot - BiosMarcel - 19.02.2016

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


Re: Animation no bot - Rabot - 19.02.2016

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


Re: Animation no bot - BiosMarcel - 19.02.2016

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;




Re: Animation no bot - Rabot - 19.02.2016

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


Re: Animation no bot - BiosMarcel - 19.02.2016

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


Re: Animation no bot - BurnZ - 19.02.2016

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.


Re: Animation no bot - Sew_Sumi - 19.02.2016

Did you preload the animations?

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