Guest User

Untitled

a guest
Jul 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     if(i>0.5)
  2.     {
  3.         UTPawn(Instigator).TopHalfAnimSlot.PlayCustomAnim('Hit', 1, 0.1, 0.1, false, true );
  4.     }
  5.     or
  6.     {
  7.         UTPawn(Instigator).TopHalfAnimSlot.PlayCustomAnim('HitLeft', 1.2, 0.1, 0.1, false, true );
  8.     }
  9.     or
  10.     {
  11.         UTPawn(Instigator).TopHalfAnimSlot.PlayCustomAnim('Hit3', 1.2, 0.1, 0.1, false, true );
  12.     }
Add Comment
Please, Sign In to add comment