Garry's Mod

Garry's Mod

Simple Weed (DarkRP)
 此主题已被置顶,因此可能具有重要性
Sakiayuo 2022 年 2 月 18 日 下午 3:22
(Put this in entities.lua in DarkRP modification if you dont see any of the weed items in the f4 tab
--weed stuff

DarkRP.createEntity("Weed seed", {
ent = "weed_seed",
model = "models/props_junk/garbage_bag001a.mdl",
description = [[DESC]],
price = 500, max = 20,
cmd = "buyweedseed",
category = "Weed",
})

DarkRP.createEntity("Weed pot", {
ent = "weed_plant",
model = "models/nater/weedplant_pot.mdl",
description = [[DESC]],
price = 1000, max = 20,
cmd = "buyweedpot",
category = "Weed",
})

DarkRP.createEntity("Weed Box", {
ent = "weed_box",
model = "models/props_junk/PlasticCrate01a.mdl",
description = [[DESC]],
price = 200, max = 3,
cmd = "buyweedbox69",
category = "Weed",
})