Animations During Class Selection.
#1

Anyone Knows How To Add Different Animations In Class Selection? like i got over 200 skins...and i need to add like classwise like medics cops civilians etc. so how do i add it? i searched for it and didnt got much help..
Reply
#2

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
      switch(classid)
      {
             case 0: ApplyAnimation(playerid, "PED", "WALK_DRUNK", 4.1, 1, 1, 1, 1, 1, 1);
             //and so on
       }
       return 1;
}
You should have searched or try to read wiki! But this is help section so i cant refuse!!
https://sampwiki.blast.hk/wiki/ApplyAnimation
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)