Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gap's printers
- AddEntity("Hobo Printer", {
- ent = "hoboprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 1000,
- max = 2,
- cmd = "buyhobo"
- })
- AddEntity("Dirt Printer", {
- ent = "dirtprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 2000,
- max = 2,
- cmd = "buydirt"
- })
- AddEntity("Wood Printer", {
- ent = "woodprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 3000,
- max = 2,
- cmd = "buywood"
- })
- AddEntity("Charcoal Printer", {
- ent = "charcoalprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 4000,
- max = 2,
- cmd = "buycharcoal"
- })
- AddEntity("Glass Printer", {
- ent = "glassprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 5000,
- max = 2,
- cmd = "buyglass"
- })
- AddEntity("Coal Printer", {
- ent = "coalprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 7500,
- max = 2,
- cmd = "buycoal"
- })
- AddEntity("Iron Printer", {
- ent = "ironprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 10000,
- max = 2,
- cmd = "buyiron"
- })
- AddEntity("Bronze Printer", {
- ent = "bronzeprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 20000,
- max = 2,
- cmd = "buybronze"
- })
- AddEntity("Silver Printer", {
- ent = "silverprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 30000,
- max = 2,
- cmd = "buysilver"
- })
- AddEntity("Gold Printer", {
- ent = "goldprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 40000,
- max = 2,
- cmd = "buygold"
- })
- AddEntity("Diamond Printer", {
- ent = "diamondprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 50000,
- max = 2,
- cmd = "buydiamond"
- })
- AddEntity("Platinum Printer", {
- ent = "platinumprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 75000,
- max = 2,
- cmd = "buyplatinum"
- })
- AddEntity("Emerald Printer", {
- ent = "emeraldprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 100000,
- max = 2,
- cmd = "buyemerald"
- })
- AddEntity("heavenly Printer", {
- ent = "heavenprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 200000,
- max = 2,
- cmd = "buyheaven"
- })
- AddEntity("Hell Printer", {
- ent = "hellprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 300000,
- max = 2,
- cmd = "buyhell"
- })
- AddEntity("Minigun Printer", {
- ent = "minigunprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 400000,
- max = 2,
- cmd = "buyminigun"
- })
- AddEntity("Admin Printer", {
- ent = "adminprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 500000,
- max = 2,
- cmd = "buyadmin"
- })
- AddEntity("OP Printer", {
- ent = "opprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 750000,
- max = 2,
- cmd = "buyop"
- })
- AddEntity("GAP Printer", {
- ent = "gapprinter",
- model = "models/props_c17/consolebox01a.mdl",
- price = 1000000,
- max = 2,
- cmd = "buygap"
- })
Advertisement
Add Comment
Please, Sign In to add comment