Advertisement
Guest User

Untitled

a guest
Jul 15th, 2014
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. -- EDIT DEEZ --
  2. ENT.Label_BG = Color( 70, 70, 70 ); -- or in the color format ( Color( r, g, b, a ) )
  3. ENT.Label_TextColor = color_white; -- ^^^
  4. ENT.PrintName = "Tier Five Printer"; -- This is what will be printed on top
  5. ---------------
  6.  
  7. ENT.Type = "anim";
  8. ENT.Base = "base_gmodentity";
  9. ENT.Author = "Koolaidmini";
  10. ENT.Spawnable = true;
  11. ENT.AdminSpawnable = true;
  12.  
  13. function ENT:SetupDataTables()
  14. self:NetworkVar( "Int", 0, "price" );
  15. self:NetworkVar( "Entity", 0, "owning_ent" );
  16. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement