Garry's Mod

Garry's Mod

Daedric's Meth System(Requires Drugzmod)
此主题已被锁定
Sharp 2014 年 8 月 11 日 上午 4:46
I have darkrpmodification, how do I install it?
I have darkrpmodification, how do I install it?
< >
正在显示第 1 - 14 条,共 14 条留言
daedric_  [开发者] 2014 年 8 月 16 日 下午 12:45 
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 2014 年 8 月 17 日 上午 2:21 
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_  [开发者] 2014 年 8 月 21 日 上午 8:26 
Well, i would have to completly change the mod, i liked the idea of ingredients though.
Dan Hunter 2014 年 11 月 8 日 下午 9:43 
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 2014 年 11 月 9 日 上午 12:18 
Well, I have an idea, we could have the methpot and the stove without all the other entities.
daedric_  [开发者] 2014 年 11 月 10 日 下午 12:11 
引用自 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 2015 年 6 月 7 日 上午 10:32 
Or at the 100-200 region...
daedric_  [开发者] 2015 年 6 月 7 日 上午 11:03 
@Dr. Pepper A much better range xD
Jadkins 2015 年 6 月 8 日 上午 11:55 
@DaedricWolf knowing the temp is fun cause you can tease people with it
daedric_  [开发者] 2015 年 6 月 8 日 下午 2:19 
@[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 2015 年 6 月 10 日 下午 7:36 
If u do it ima just look again xD
Jadkins 2015 年 6 月 10 日 下午 7:37 
Just like invert it completely have higher produce lower and lower produce higher and use - numbers too
Spartacus 2016 年 4 月 26 日 下午 9:53 
Gg, you didn't include the entity for the final ingredient, water. xD
daedric_  [开发者] 2016 年 4 月 28 日 上午 10:51 
@Gentlemen Actually, water wasn't included at the time of responding to this post xD
< >
正在显示第 1 - 14 条,共 14 条留言
每页显示数: 1530 50