Random Anims
#1

Hello.
I really need help.
I Dont remember much bout scripting, i never was very good but i stopped for some time now i dont remember a lot.
I really need help to make the player, while in class selection, perform anims but a random one per skin, like while viewing a skin doesn an anim, when i view another one does other anim
a Rand Anim thing :-/
Thanks in advance!
Reply
#2

Try something like this

pawn Код:
switch(random(10))
{
    case 0: ApplyPlayerAnimation(bla bla);
    case 1: ApplyPlayerAnimation(bla bla);
    case 3: ApplyPlayerAnimation(bla bla);
    case 4: ApplyPlayerAnimation(bla bla);
}
Reply
#3

Didnt work :8 damnait, thanks though fget this!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)