I'm working on a server for few days now trying to make everything fit in right the default microwave I didn't like the default cook so I remade it
but when I go to the job the food that I made is there but the microwave is not how do I fix this?
(I know this sounds like common scenes but I'm really stuck for this first time)
TEAM_COOK = DarkRP.createJob("Cook", {
color = Color(255, 141, 0, 255),
model = {"models/player/mossman.mdl"},
description = [[As a cook its your job to sell food to the hungry people
how much you make them pay is up to you.]],
weapons = {},
command = "cook",
max = 3,
salary = 420,
admin = 0,
vote = false,
hasLicense = false,
candemote = true,
category = "Services",
cook = true
})
DarkRP.createFood("Banana", {
model = "models/props/cs_italy/bananna.mdl",
energy = 20,
price = 135
})
DarkRP.createFood("Milk", {
model = "models/props_junk/garbage_milkcarton001a.mdl",
energy = 50,
price = 180
})
DarkRP.createFood("Melon", {
model = "models/props_junk/watermelon01.mdl",
energy = 30,
price = 140
})
DarkRP.createFood("chinese", {
model = "models/props_junk/garbage_takeoutcarton001a.mdl",
energy = 25,
price = 145
})
DarkRP.createFood("Orange", {
model = "models/props/cs_italy/orange.mdl",
energy = 15,
price = 125
})
there are too many things going on to really narrow it down you would need to check your entity, check your disabled defaults and your settings, check your microwave entity... there's a few things it could be. Can you maybe inform us of HOW you went about "changing" the cook and all the things that you did?
you can proably show us the disabled_defaults lua and your settings.lua and please use code brackets its hard to follow the code for me.
And i dont get the mainpoint what is what you want?
Sorry, you need to Log In to post a reply to this thread.