Guest User

Untitled

a guest
Jul 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. owner():setColor(vec(0,0,0),0)
  2. holoCreate(1)
  3. holoScale(1,vec(0.4,0.4,0.7))
  4. holoColor(1,vec(125,255,0))
  5. holoModel(1, "hq_rcylinder_thick")
  6. holoMaterial(1,"debug/debugdrawflat")
  7. holoParent(1,1)
  8. holoCreate(2)
  9. holoScale(2,vec(0.4,0.4,0.7))
  10. holoColor(2,vec(125,255,0))
  11. holoModel(2, "hq_rcylinder_thick")
  12. holoMaterial(2,"debug/debugdrawflat")
  13. holoParent(2,1)
  14. holoCreate(3)
  15. holoScale(3,vec(1.5,1.5,1.15))
  16. holoColor(3,vec(125,255,0))
  17. holoModel(3, "hq_rcylinder")
  18. holoMaterial(3,"debug/debugdrawflat")
  19. holoParent(3,entity())
  20. holoCreate(4)
  21. holoScale(4,vec(1.5,1.5,1.3))
  22. holoColor(4,vec(125,255,0))
  23. holoModel(4, "hq_dome")
  24. holoMaterial(4,"debug/debugdrawflat")
  25. holoParent(4,1)
  26. holoCreate(5)
  27. holoScale(5,vec(0.35,0.35,1))
  28. holoColor(5,vec(125,255,0))
  29. holoModel(5, "hq_rcylinder_thick")
  30. holoMaterial(5,"debug/debugdrawflat")
  31. holoParent(5,1)
  32. holoCreate(6)
  33. holoScale(6,vec(0.2,0.2,0.2))
  34. holoColor(6,vec(255,255,255))
  35. holoModel(6, "hq_icosphere")
  36. holoMaterial(6,"debug/debugdrawflat")
  37. holoParent(6,1)
  38. holoCreate(7)
  39. holoScale(7,vec(0.2,0.2,0.2))
  40. holoColor(7,vec(255,255,255))
  41. holoModel(7, "hq_icosphere")
  42. holoMaterial(7,"debug/debugdrawflat")
  43. holoParent(7,1)
  44. holoCreate(8)
  45. holoScale(8,vec(0.35,0.35,1))
  46. holoColor(8,vec(125,255,0))
  47. holoModel(8, "hq_rcylinder_thick")
  48. holoMaterial(8,"debug/debugdrawflat")
  49. holoParent(8,1)
  50. holoCreate(9)
  51. holoScale(9,vec(0.05,0.05,0.7))
  52. holoColor(9,vec(125,255,0))
  53. holoModel(9, "hq_rcylinder_thick")
  54. holoMaterial(9,"debug/debugdrawflat")
  55. holoParent(9,1)
  56. holoAng(9,ang(0,0,25))
  57. holoCreate(10)
  58. holoScale(10,vec(0.05,0.05,0.7))
  59. holoColor(10,vec(125,255,0))
  60. holoModel(10, "hq_rcylinder_thick")
  61. holoMaterial(10,"debug/debugdrawflat")
  62. holoParent(10,1)
  63. holoAng(10,H3H:angles()+ang(0,0,-25))
Add Comment
Please, Sign In to add comment