SA-MP Forums Archive
Animation problem - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Animation problem (/showthread.php?tid=194024)



Animation problem - nejc001 - 28.11.2010

When in-game when I write command /plant (animation cmd) player doesnt do the animation. But when I write /plant again, than player does the animation. So I need to write same command twice so that player does an animation.
Anyone knows why?

Anim script:
Код:
ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0,1);
And a question, how to copy here a code so that some parts of script are coloured(like public, true,false, if...)?
I know only [code ] [ /code]


Re: Animation problem - Alex_Valde - 28.11.2010

I know only answer to this question:

Quote:

And a question, how to copy here a code so that some parts of script are coloured(like public, true,false, if...)?
I know only [code ] [ /code]

[pawn] [ /pawn]


Re: Animation problem - sekol - 28.11.2010

Erm, preloading anim library?
PHP код:
1. This forum requires that you wait 120 seconds between postsPlease try again in 36 seconds



Re: Animation problem - nejc001 - 28.11.2010

I just found this: http://forum.sa-mp.com/archive/index.php/t-164016.html
Tnx for PHP code anyway