Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. @name Hologram
  2.  
  3. runOnTick(1)
  4.  
  5. Chippos=entity():pos()
  6. Owner=owner():pos()
  7.  
  8. if(first()){
  9. holoCreate(1)
  10. holoPos(1, Owner+vec(0, 0, 100))
  11. holoScale(1, vec(1.5, 1.5, 3))
  12. holoAng(1, ang(1, 1, 180))
  13. holoColor(1, vec(255, 0, 0))
  14. holoModel(1, "hqcone")
  15. holoParent(1, owner())
  16. }
  17. holoPos(1, Owner+vec(0, 0, 100))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement