CapsAdmin

Untitled

Nov 9th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local DEMO = {}
  2.  
  3. DEMO.Title = "NAME"
  4. DEMO.Author = "Xerasin"
  5.  
  6. function DEMO:OnStart()
  7.  
  8. end
  9.  
  10. function DEMo:OnEnd()
  11.  
  12. end
  13.  
  14. function DEMO:OnDraw(w, h, fade, delta, ent)
  15.    
  16. end
  17.  
  18. demoman.AddDemo(DEMO)
Advertisement
Add Comment
Please, Sign In to add comment