Advertisement
CapsAdmin

Untitled

May 18th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. function ENT:Initialize()
  2.  
  3. end
  4.  
  5. do
  6.     local ref_count = 0
  7.  
  8.     function ENT:CreateSomething()
  9.             ref_count = ref_count + 1
  10.     end
  11. end
  12.  
  13. function ENt:SomethingElse()
  14.  
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement