- Initiateur de la discussion
alex59
Geek
- Messages
- 46
- Score réaction
- 2
- Points
- 95
[ERROR] Lua is unable to understand file "darkrp_customthings/jobs.lua" because its author made a mistake around line number 32. The best help I can give you is this: Right before the 'TEAM_MAYOR', Lua expected to read an '='-sign, but it didn't.
Voila le metier =
TEAM_MAYOR = DarkRP.createJob("Maire", {
color = Color(0, 0, 0, 255),
model = {"models/player/breen.mdl"},
description = [[tu a de grande resposabilite]],
weapons = {},
command = "maire",
max = 1,
salary = 250,
admin = 0,
vote = true,
hasLicense = true,
candemote = false,
mayor = true,
category = "Civil Protection",
})
est je trouve pas l'erreu
Voila le metier =
TEAM_MAYOR = DarkRP.createJob("Maire", {
color = Color(0, 0, 0, 255),
model = {"models/player/breen.mdl"},
description = [[tu a de grande resposabilite]],
weapons = {},
command = "maire",
max = 1,
salary = 250,
admin = 0,
vote = true,
hasLicense = true,
candemote = false,
mayor = true,
category = "Civil Protection",
})
est je trouve pas l'erreu
Dernière édition: