CapsAdmin

Untitled

Dec 29th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. local DEMO = {}
  2.  
  3. DEMO.Title = "???"
  4. DEMO.Author = "???"
  5.  
  6. DEMO.ThinkTime = 0.1
  7.  
  8. function DEMO:OnStart()
  9.  
  10. end
  11.  
  12. function DEMO:OnEnd()
  13.  
  14. end
  15.  
  16. function DEMO:OnThink()
  17.  
  18. end
  19.    
  20. function DEMO:OnDraw(w, h, fade, delta, ent, mpos)
  21.  
  22. end
  23.  
  24. -- remove true when you're done.
  25. -- it removes all the other demos so
  26. -- you can only see yours during development
  27.  
  28. demoman.AddDemo(DEMO, true)
Advertisement
Add Comment
Please, Sign In to add comment