pawn Код:
new RandAnims = random(10);
switch(RandAnims)
{
case 0: ApplyAnimation(playerid,"FIGHT_C","FightC_M",4.0,0,1,1,0,0);
case 1: ApplyAnimation(playerid,"FIGHT_C","FightC_M",4.0,0,1,1,0,0);
case 2: ApplyAnimation(playerid,"FIGHT_C","FightC_M",4.0,0,1,1,0,0);
case 3: ApplyAnimation(playerid,"FIGHT_C","FightC_M",4.0,0,1,1,0,0);
case 4: ApplyAnimation(playerid,"FIGHT_C","FightC_M",4.0,0,1,1,0,0);
case 5: ApplyAnimation(playerid,"FIGHT_C","FightC_M",4.0,0,1,1,0,0);
case 6: ApplyAnimation(playerid,"FIGHT_C","FightC_M",4.0,0,1,1,0,0);
case 7: ApplyAnimation(playerid,"FIGHT_C","FightC_M",4.0,0,1,1,0,0);
case 8: ApplyAnimation(playerid,"FIGHT_C","FightC_M",4.0,0,1,1,0,0);
case 9: ApplyAnimation(playerid,"FIGHT_C","FightC_M",4.0,0,1,1,0,0);
case 10: ApplyAnimation(playerid,"FIGHT_C","FightC_M",4.0,0,1,1,0,0);
}