- Initiateur de la discussion
Joe Leroi
Chuck Norris
- Messages
- 4 368
- Score réaction
- 933
- Points
- 605
Bonjour, que signifie :
[ERROR] Lua is unable to understand file "darkrp_customthings/jobs.lua" because its author made a mistake around line number 1078.
The best help I can give you is this:
Right before the 'end', Lua expected to read a 'end of the file', but it didn't.
Hints:
- Did you forget a keyword?
- Did you forget a comma?
Alors que dans mon fichier il y a :
jobType = "vip",
candemote = true,
customCheck = function(ply) return table.HasValue({"vip", "admin", "superadmin", "chef-admin", "moderateur"}, ply:GetNWString("usergroup")) end,
CustomCheckFailMsg = "Cette Emploi Est VIP"
})
end
et la ligne entre {( et le end
[ERROR] Lua is unable to understand file "darkrp_customthings/jobs.lua" because its author made a mistake around line number 1078.
The best help I can give you is this:
Right before the 'end', Lua expected to read a 'end of the file', but it didn't.
Hints:
- Did you forget a keyword?
- Did you forget a comma?
Alors que dans mon fichier il y a :
jobType = "vip",
candemote = true,
customCheck = function(ply) return table.HasValue({"vip", "admin", "superadmin", "chef-admin", "moderateur"}, ply:GetNWString("usergroup")) end,
CustomCheckFailMsg = "Cette Emploi Est VIP"
})
end
et la ligne entre {( et le end