MoNoLidThZ

Garry's Mod DarkRP Money Printer Simulator (E2)

Jun 2nd, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. @name Money Printer Simulator
  2. @persist Timer
  3. @model models/props_c17/consolebox01a.mdl
  4. interval(10)
  5. Me=owner()
  6. Chip=entity()
  7. Timer=Timer+1*5
  8. T=Timer
  9. if(first()) {holoCreate(1)}
  10.  
  11. holoModel(1,"square")
  12. holoPos(1,Chip:pos()+vec(15,0,13))
  13. #holoAng(1,Chip:angles())
  14. holoScale(1,vec(0.6,0.3,0.05))
  15. #holoMaterial(1,"models/props/cs_assault/moneytop")
  16. #holoAng(1,ang(0,T,0))
Add Comment
Please, Sign In to add comment