SA-MP Forums Archive
Animation on OnPlayerRequestClass - 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 on OnPlayerRequestClass (/showthread.php?tid=178340)



Animation on OnPlayerRequestClass - nejc001 - 21.09.2010

Is there any other way to add animation on OnPlayerRequestClass.
Now i simply added:
Код:
ApplyAnimation(playerid,"RIOT","RIOT_CHANT",4.0,1,1,1,1,0,1);
but doesnt work.


Re: Animation on OnPlayerRequestClass - Jacob74 - 22.09.2010

ApplyAnimation(playerid,"RIOT","RIOT_CHANT",4.0,1, 1,0,1,0,0);

there


Re: Animation on OnPlayerRequestClass - nejc001 - 22.09.2010

ok works, ty