- Initiateur de la discussion
LosLas49
Geek
- Messages
- 44
- Score réaction
- 0
- Points
- 55
Bonjour ou Bonsoir , Je fait ce poste suite à un problème que j'ai eu , Je suis en train de construire un stars wars RP , touts allez bien je continue mes jobs quand soudain je reboot et la plus aucun job , je supprime les jobs que je venais de faire pour vérifier si ce n'est pas eux et la ils me disent que c'est une erreur d'un job qui marchait très bien avant , Voici le message d’erreur :
Please check your console for more information!
[ERROR] Lua is unable to understand file "darkrp_customthings/jobs.lua" because its author made a mistake around line number 213.
The best help I can give you is this:
Right before the ',', Lua expected to read a ')', but it didn't.
Hints:
- Did you forget a keyword?
- Did you forget a comma?
------- End of Simplerr error -------
J'ai relu le jobs plusieurs fois mais toujours rien , je ne trouve aucune erreur et je trouve sa bizarre car il marchait parfaitement bien avant le reboot , Connaissez vous ce problème et pouvez vous m'aidez?
Voici le code du Job en question :
TEAM_ACOLYTESITH = DarkRP.createJob("Acolyte Sith", {
color = Color((255, 0, 0, 255),
model = {"models/player/player_simon_henriksson.mdl"},
description = [[Vous êtes un Acolyte Sith , Vous apprenez la force pour terrasser vos Ennemis]],
weapons = {""},
command = "acolytesith",
max = 0,
salary = 1000,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
PlayerLoadout = function(ply) ply:SetHealth(150) ply:SetArmor(100) end,
customCheck = function(ply) return ply:IsUserGroup("acolytesith") or ply:IsUserGroup("superadmin") end,
CustomCheckFailMsg = "Il faut que tu soit acolyte sith pour cela."
})
Please check your console for more information!
[ERROR] Lua is unable to understand file "darkrp_customthings/jobs.lua" because its author made a mistake around line number 213.
The best help I can give you is this:
Right before the ',', Lua expected to read a ')', but it didn't.
Hints:
- Did you forget a keyword?
- Did you forget a comma?
------- End of Simplerr error -------
J'ai relu le jobs plusieurs fois mais toujours rien , je ne trouve aucune erreur et je trouve sa bizarre car il marchait parfaitement bien avant le reboot , Connaissez vous ce problème et pouvez vous m'aidez?
Voici le code du Job en question :
TEAM_ACOLYTESITH = DarkRP.createJob("Acolyte Sith", {
color = Color((255, 0, 0, 255),
model = {"models/player/player_simon_henriksson.mdl"},
description = [[Vous êtes un Acolyte Sith , Vous apprenez la force pour terrasser vos Ennemis]],
weapons = {""},
command = "acolytesith",
max = 0,
salary = 1000,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
PlayerLoadout = function(ply) ply:SetHealth(150) ply:SetArmor(100) end,
customCheck = function(ply) return ply:IsUserGroup("acolytesith") or ply:IsUserGroup("superadmin") end,
CustomCheckFailMsg = "Il faut que tu soit acolyte sith pour cela."
})