Advertisement
TheGamingNachos

scope removal

Sep 11th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. event DamagedPlayer
  2. {
  3. RunEvent ScopeRemoval 0.0
  4. }
  5.  
  6. event ScopeRemoval
  7. {
  8. Animate HudScope Position "9999 9999" Linear 0.0 0.0
  9. Animate HudScope Position "9999 9999" Linear 0.0 100.0
  10. RunEvent ScopeRemovalLoop 0.1
  11. }
  12.  
  13. event ScopeRemovalLoop
  14. {
  15. RunEvent ScopeRemoval 0.1
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement