Changing animations on Class Selection - 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: Changing animations on Class Selection (
/showthread.php?tid=410312)
Changing animations on Class Selection -
Goldino - 25.01.2013
Hey guys, got a quick question. How can you add animations on class selection. For example, when you're selecting classes, the cops might cross their arms, and the criminals might have the animation to put their hand up! It's kind of a special action or animation.
Please help
Re: Changing animations on Class Selection -
Roach_ - 25.01.2013
This may help you:
http://forum.sa-mp.com/showpost.php?...26&postcount=4
Re: Changing animations on Class Selection -
denNorske - 25.01.2013
pawn Код:
ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0); // Example Animation
Use "switch" function to apply animation to the classes. Animations can be found here:
https://sampwiki.blast.hk/wiki/Animations