lua:removeanimation_string_animation

removeAnimation

removeAnimation(id animation)

id animation айди анимации

Удаляет анимацию по ее ид. ID можно узнать тут http://pawn-wiki.ru/index.php?/topic/19207-id-animacii/

function main()
  while true do
  wait(0)
   if testCheat("HH")
   removeAnimation(id animation)
   end
  end
end