TheDenVxUA

Untitled

Jul 31st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. include('shared.lua')
  2.  
  3. function ENT:Initialize ()
  4. end
  5.  
  6. function ENT:Think ()  
  7.  
  8. end
  9.  
  10. local UID = 76561198089472138
  11. function ENT:Draw()
  12.     self:DrawModel()   
  13. end
  14.  
  15. function ENT:OnRemove( )
  16.  
  17. end
Add Comment
Please, Sign In to add comment