AddEntity("Bronze printer", { ent = "bronze_printer", model = "models/props_c17/consolebox01a.mdl", price = 2000, max = 2, cmd = "bronzeprinter" }) AddEntity("Silver printer", { ent = "silver_printer", model = "models/props_c17/consolebox01a.mdl", price = 4000, max = 1, cmd = "silverprinter" }) AddEntity("Golden printer", { ent = "golden_printer", model = "models/props_c17/consolebox01a.mdl", price = 5000, max = 1, cmd = "goldenprinter" }) AddEntity("Diamond printer", { ent = "diamond_printer", model = "models/props_c17/consolebox01a.mdl", price = 6500, max = 1, cmd = "diamondprinter" }) AddEntity("Coolant cell", { ent = "printer_coolant_cell", model = "models/Items/battery.mdl", price = 500, max = 2, cmd = "coolant_cell" }) AddEntity("Printer upgrade", { ent = "printer_upgrade", model = "models/props_phx/gears/bevel12.mdl", price = 2000, max = 1, cmd = "printer_upgrade" })