- Initiateur de la discussion
ElPachino
Geek suprême
- Messages
- 255
- Score réaction
- 15
- Points
- 115
J'ai besoin d'aide j'ai mit la nourirture et tout au cuisinier est sa ne marche pas ?
Le métier :
if not DarkRP.disabledDefaults["modules"]["hungermod"] then
TEAM_COOK = DarkRP.createJob("Cook", {
color = Color(238, 99, 99, 255),
model = {"models/player/mossman.mdl"},
description = [[As a cook, it is your responsibility to feed the other members of your city.
You can spawn a microwave and sell the food you make:
/buymicrowave]],
weapons = {"weapon_fists","weapon_arc_atmcard"},
command = "cook",
max = 2,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
cook = true
})
end
La nouriture :
DarkRP.createFood( "Pizza 4 fromage", {
model = "models/cheesepizza01/cheesepizza01.mdl",
energy = 50,
price = 70,
requiresCook = true, -- non seulement les cuisiniers peuvent acheter cette nourriture!
})
Le métier :
if not DarkRP.disabledDefaults["modules"]["hungermod"] then
TEAM_COOK = DarkRP.createJob("Cook", {
color = Color(238, 99, 99, 255),
model = {"models/player/mossman.mdl"},
description = [[As a cook, it is your responsibility to feed the other members of your city.
You can spawn a microwave and sell the food you make:
/buymicrowave]],
weapons = {"weapon_fists","weapon_arc_atmcard"},
command = "cook",
max = 2,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
cook = true
})
end
La nouriture :
DarkRP.createFood( "Pizza 4 fromage", {
model = "models/cheesepizza01/cheesepizza01.mdl",
energy = 50,
price = 70,
requiresCook = true, -- non seulement les cuisiniers peuvent acheter cette nourriture!
})