- Initiateur de la discussion
P
pierre2010
Geek
- Messages
- 8
- Score réaction
- 0
- Points
- 65
Bonjour,lorsque je rajouter mon metier cela me fait une erreur Lua la voila:
[ERROR] A runtime error has occurred in "your jobs" on line -1.
The best help I can give you is this:
The category of "Mafieux" ("mafieux") does not exist!
Hints:
- Make sure the category is created with DarkRP.createCategory.
- The category name is case sensitive!
- Categories must be created before DarkRP finished loading.
The responsibility for the error above lies with (the authors of) one (or more) of these files:
your jobs
------- End of Simplerr error ------
Et voila mon Job :
TEAM_MAFIEUX = DarkRP.createJob("Mafieux", {
color = Color(202, 43, 43, 255),
model = {
"models/characters/gallaha.mdl",
"models/humans/jacketntie/male_07.mdl",
"models/humans/jacketntie/male_07.mdl"},
description = [[Vous faite partie des Mafieux un des Gangs les plus influent]],
weapons = {},
command = "mafieux ",
max = 6,
salary = 120,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
-- CustomCheck
medic = false,
chief = false,
mayor = false,
hobo = false,
cook = false,
category = "mafieux",
})
[ERROR] A runtime error has occurred in "your jobs" on line -1.
The best help I can give you is this:
The category of "Mafieux" ("mafieux") does not exist!
Hints:
- Make sure the category is created with DarkRP.createCategory.
- The category name is case sensitive!
- Categories must be created before DarkRP finished loading.
The responsibility for the error above lies with (the authors of) one (or more) of these files:
your jobs
------- End of Simplerr error ------
Et voila mon Job :
TEAM_MAFIEUX = DarkRP.createJob("Mafieux", {
color = Color(202, 43, 43, 255),
model = {
"models/characters/gallaha.mdl",
"models/humans/jacketntie/male_07.mdl",
"models/humans/jacketntie/male_07.mdl"},
description = [[Vous faite partie des Mafieux un des Gangs les plus influent]],
weapons = {},
command = "mafieux ",
max = 6,
salary = 120,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
-- CustomCheck
medic = false,
chief = false,
mayor = false,
hobo = false,
cook = false,
category = "mafieux",
})