Garry's Mod

Garry's Mod

Daedric's Meth System(Requires Drugzmod)
This topic has been locked
Sharp 11 Aug, 2014 @ 4:46am
I have darkrpmodification, how do I install it?
I have darkrpmodification, how do I install it?
< >
Showing 1-14 of 14 comments
daedric_  [developer] 16 Aug, 2014 @ 12:45pm 
Download the addon on to your server, then go to lua > darkrp_customthings in the darkrpmodification then click entities.lua and add these lines, that will add the entity's to you'r server


AddEntity("Stove", {
ent = "meth_stove",
model = "models/props_c17/furnitureStove001a.mdl",
price = 1500,
max = 5,
cmd = "buyamethstove",
})


AddEntity("Ephedrine", {
ent = "ingr_ephedrine",
model = "models/props_lab/jar01a.mdl",
price = 150,
max = 100,
cmd = "buyephedrine",
})

AddEntity("Iodine", {
ent = "ingr_iodine",
model = "models/props_junk/garbage_plasticbottle002a.mdl",
price = 150,
max = 100,
cmd = "buyiodine",
})

AddEntity("Hydrochloric Acid", {
ent = "ingr_hydrochloricacid",
model = "models/props_junk/glassjug01.mdl",
price = 150,
max = 100,
cmd = "buyhydrochloricacid",
})

AddEntity("Sodium Hydroxide", {
ent = "ingr_sodiumhydroxide",
model = "models/props_junk/garbage_glassbottle001a.mdl",
price = 150,
max = 100,
cmd = "buysodiumhydroxide",
})


AddEntity("Meth Pot", {
ent = "meth_pot",
model = "models/props_c17/metalPot001a.mdl",
price = 1000,
max = 10,
cmd = "buymethpot",
})
Sharp 17 Aug, 2014 @ 2:21am 
Thank you, is there a way to make meth without the ingredients, just with a pot you put on a stove? Thi is how it worked on a server I was on.
daedric_  [developer] 21 Aug, 2014 @ 8:26am 
Well, i would have to completly change the mod, i liked the idea of ingredients though.
Dan Hunter 8 Nov, 2014 @ 9:43pm 
Hi there, im having an issue with the meth pots. They are spawning negative amounts of money for some reason. Can i fix this?
Sharp 9 Nov, 2014 @ 12:18am 
Well, I have an idea, we could have the methpot and the stove without all the other entities.
daedric_  [developer] 10 Nov, 2014 @ 12:11pm 
Originally posted by Dan Hunter:
Hi there, im having an issue with the meth pots. They are spawning negative amounts of money for some reason. Can i fix this?
If you cook the meth at too low a temperature you lose money so it gives you negative. Try increasing the temperature but not too much like the 80 - 100 degree region.
Jadkins 7 Jun, 2015 @ 10:32am 
Or at the 100-200 region...
daedric_  [developer] 7 Jun, 2015 @ 11:03am 
@Dr. Pepper A much better range xD
Jadkins 8 Jun, 2015 @ 11:55am 
@DaedricWolf knowing the temp is fun cause you can tease people with it
daedric_  [developer] 8 Jun, 2015 @ 2:19pm 
@[C.G.S] Arcangel Wasn't my inital idea but whatever floats your boat dude, i don't think people want to know it that bad... Do they? I'm thinking about changing it in the next patch xD
Jadkins 10 Jun, 2015 @ 7:36pm 
If u do it ima just look again xD
Jadkins 10 Jun, 2015 @ 7:37pm 
Just like invert it completely have higher produce lower and lower produce higher and use - numbers too
Spartacus 26 Apr, 2016 @ 9:53pm 
Gg, you didn't include the entity for the final ingredient, water. xD
daedric_  [developer] 28 Apr, 2016 @ 10:51am 
@Gentlemen Actually, water wasn't included at the time of responding to this post xD
< >
Showing 1-14 of 14 comments
Per page: 1530 50