- Initiateur de la discussion
Joe Leroi
Chuck Norris
- Messages
- 4 368
- Score réaction
- 933
- Points
- 605
Bonjour, j'ai mis le jobs Cuisinier sauf qu'il ne marche pas voici mon jobs et si quelqu'un pouvait me dire comment faire ou également m'envoyé son jobs, car avant je le mettez directement dans le gamemode darkrp et dedans il marchait niquel.
if not DarkRP.disabledDefaults["modules"]["hungermod"] then
TEAM_COOK = DarkRP.createJob("cuisinier", {
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"},
command = "cook",
max = 2,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
cook = true
})
end
if not DarkRP.disabledDefaults["modules"]["hungermod"] then
TEAM_COOK = DarkRP.createJob("cuisinier", {
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"},
command = "cook",
max = 2,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
cook = true
})
end