Garry's Mod

Garry's Mod

Gemstone Money Printers (Requires DarkRP 2.7.x)
Tämä keskustelu on lukittu
KoZ  [kehittäjä] 15.12.2014 klo 5.45
Follow the instructions correctly before reporting errors!
Workshop Gemstone Printers created by KoZ
Steam: https://steamhost.cn/steamcommunity_com/id/drunkenkoz
Github: https://github.com/dkoz/gsprinters/tree/beta

How to install:

Note: You can grab the DarkRP modification addon from https://github.com/FPtje/darkrpmodification
Please remember these are only for DarkRP 2.5

1) Open your darkrpmodification addon and navigate to lua/darkrp_customthings and add the following code to the entities.lua.

DarkRP.createEntity("Topaz Printer", {
ent = "topaz_money_printer",
model = "models/props_c17/consolebox01a.mdl",
price = 1000,
max = 2,
cmd = "buytopazprinter"
})

DarkRP.createEntity("Amethyst Printer", {
ent = "amethyst_money_printer",
model = "models/props_c17/consolebox01a.mdl",
price = 1500,
max = 2,
cmd = "buyamethystprinter"
})

DarkRP.createEntity("Emerald Printer", {
ent = "emerald_money_printer",
model = "models/props_c17/consolebox01a.mdl",
price = 2500,
max = 2,
cmd = "buyemeraldprinter"
})

DarkRP.createEntity("Ruby Printer", {
ent = "ruby_money_printer",
model = "models/props_c17/consolebox01a.mdl",
price = 5000,
max = 2,
cmd = "buyrubyprinter"
})

DarkRP.createEntity("Sapphire Printer", {
ent = "sapphire_money_printer",
model = "models/props_c17/consolebox01a.mdl",
price = 7500,
max = 2,
cmd = "buysapphireprinter"
})

2) Open your darkrpmodification addon and navigate to lua/darkrp_config and add the following code to the settings.lua.

GM.Config.topazprintamount = 10
GM.Config.amethystprintamount = 15
GM.Config.emeraldprintamount = 25
GM.Config.rubyprintamount = 50
GM.Config.sapphireprintamount = 75
< >
Näytetään 1-1 / 1 kommentista
KoZ  [kehittäjä] 2.4.2015 klo 5.27 
Due to the recent influx of report of printers not working properly I'm forced to pin this thread so people see it. If you encounter any of the following problems make sure to follow the installation instructions.

Problem #1: The gemstone printers won't print any money and produce errors!
Solution: You need to add the configuration to your DarkRP settings.lua location in the darkrpmodification addon folder.

Problem #2: The gemstone printers won't appear in my f4 menu!
Solution: You need to add the entity code to the entities.lua located in the darkrpmodification addon folder.

Problem #3: The gemstone printers are spamming errors and not working correctly!
Solution: Make sure you're running the latest version of DarkRP 2.5.x. When ever a new update to DarkRP is released I try to keep it up to date with the latest builds.

Problem #4: The gemstone printers won't work with DarkRP 2.4!?
Solution: The workshop printers for DarkRP 2.4 are no longer available.

Problem #5: The gemstone printers take money but don't actually spawn printers? (Part 2)
Solution: The other solution to this is your workshop collection being set to private or friends only. Steam is not your friend so they're unable to read your workshop collection. Make sure to make it public for addons to mount properly.
Viimeisin muokkaaja on KoZ; 7.6.2015 klo 12.06
< >
Näytetään 1-1 / 1 kommentista
Sivua kohden: 1530 50