Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. @name Station 22
  2.  
  3.  
  4.  
  5.  
  6.  
  7. ########
  8.  
  9. owner():setBodygroup(1,6)
  10. owner():setBodygroup(2,3)
  11. owner():setBodygroup(3,2)
  12. owner():setBodygroup(4,0)
  13. owner():setBodygroup(5,0)
  14.  
  15. ######
  16.  
  17. holoCreate(0)
  18. holoModel(0,"models/props_lab/citizenradio.mdl")
  19. holoAng(0,owner():attachmentAng("chest"))
  20. holoPos(0,owner():attachmentPos("chest"))
  21. holoParentAttachment(0,owner(),"chest")
  22. holoScale(0,vec(0.4,0.56,0.56))
  23. holoAlpha(0,255)
  24. holoPos(0,holoEntity(0):toWorld(vec(-9,3.5,-1)))
  25. holoAng(0,holoEntity(0):toWorld(ang(180,0,90)))
  26. holoMaterial(0,"")
  27.  
  28. holoCreate(1)
  29. holoModel(1,"models/props_junk/harpoon002a.mdl")
  30. holoAng(1,owner():attachmentAng("chest"))
  31. holoPos(1,owner():attachmentPos("chest"))
  32. holoParentAttachment(1,owner(),"chest")
  33. holoScale(1,vec(0.25,0.3,0.3))
  34. holoAlpha(1,255)
  35. holoPos(1,holoEntity(0):toWorld(vec(0,-7,3)))
  36. holoAng(1,holoEntity(0):toWorld(ang(0,90,0)))
  37. holoMaterial(1,"phoenix_storms/metalset_1-2q")
  38.  
  39. holoCreate(2)
  40. holoModel(2,"models/props_lab/reciever01a.mdl")
  41. holoAng(2,owner():attachmentAng("chest"))
  42. holoPos(2,owner():attachmentPos("chest"))
  43. holoParentAttachment(2,owner(),"chest")
  44. holoScale(2,vec(0.5,0.7,0.65))
  45. holoAlpha(2,255)
  46. holoPos(2,holoEntity(0):toWorld(vec(0,0,-1)))
  47. holoAng(2,holoEntity(0):toWorld(ang(0,0,0)))
  48. holoMaterial(2,"")
  49.  
  50. holoCreate(3)
  51. holoModel(3,"models/sprops/misc/alphanum/alphanum_s.mdl")
  52. holoAng(3,owner():attachmentAng("chest"))
  53. holoPos(3,owner():attachmentPos("chest"))
  54. holoParentAttachment(3,owner(),"chest")
  55. holoScale(3,vec(0.2,0.2,0.2))
  56. holoAlpha(3,255)
  57. holoPos(3,holoEntity(0):toWorld(vec(2.2,-0.5,9.5)))
  58. holoAng(3,holoEntity(0):toWorld(ang(0,0,90)))
  59. holoMaterial(3,"")
  60.  
  61. holoCreate(4)
  62. holoModel(4,"models/sprops/misc/alphanum/alphanum_2.mdl")
  63. holoAng(4,owner():attachmentAng("chest"))
  64. holoPos(4,owner():attachmentPos("chest"))
  65. holoParentAttachment(4,owner(),"chest")
  66. holoScale(4,vec(0.2,0.2,0.2))
  67. holoAlpha(4,255)
  68. holoPos(4,holoEntity(0):toWorld(vec(0.4,-0.5,9.5)))
  69. holoAng(4,holoEntity(0):toWorld(ang(0,0,90)))
  70. holoMaterial(4,"")
  71.  
  72. holoCreate(5)
  73. holoModel(5,"models/sprops/misc/alphanum/alphanum_2.mdl")
  74. holoAng(5,owner():attachmentAng("chest"))
  75. holoPos(5,owner():attachmentPos("chest"))
  76. holoParentAttachment(5,owner(),"chest")
  77. holoScale(5,vec(0.2,0.2,0.2))
  78. holoAlpha(5,255)
  79. holoPos(5,holoEntity(0):toWorld(vec(-1.3,-0.5,9.5)))
  80. holoAng(5,holoEntity(0):toWorld(ang(0,0,90)))
  81. holoMaterial(5,"")
  82.  
  83. holoCreate(6)
  84. holoModel(6,"models/hunter/plates/plate05x075.mdl")
  85. holoAng(6,owner():attachmentAng("chest"))
  86. holoPos(6,owner():attachmentPos("chest"))
  87. holoParentAttachment(6,owner(),"chest")
  88. holoScale(6,vec(0.17,0.15,0.2))
  89. holoAlpha(6,255)
  90. holoPos(6,holoEntity(0):toWorld(vec(-0.3,-0.3,9.45)))
  91. holoAng(6,holoEntity(0):toWorld(ang(0,90,0)))
  92. holoMaterial(6,"phoenix_storms/metalset_1-2")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement