Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. @name dance test2
  2. @trigger
  3. if(first()){
  4. runOnTick(1)
  5. runOnChat(1)
  6. runOnHTTP(1)
  7. streamDisable3D(1)
  8. Volume = 1.0
  9. holoCreate(1)
  10. holoParent(1,entity())
  11. holoModel(1, "models/player_noire.mdl")
  12. holoAnim(1, "act_gmod_taunt_dance")
  13. timer("dance", holoAnimLength(1) * 945)
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement