Advertisement
rcs2112

Untitled

Oct 14th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ENT.Type = "anim"
  2. ENT.Base = "base_gmodentity"
  3. ENT.PrintName = "Jewish Bank"
  4. ENT.Category = "Jew Simulator"
  5. ENT.Spawnable = true
  6.  
  7. function ENT:SetupDataTables()
  8.  
  9. self:NetworkVar("Int",1,"ShekelAmount")
  10.  
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement