- Initiateur de la discussion
netero
Bambi
- Messages
- 51
- Score réaction
- 0
- Points
- 35
[ERROR] Lua is unable to understand file "darkrp_customthings/jobs.lua" because its author made a mistake around line number 98.
The best help I can give you is this:
Right before the 'TEAM_MOB', Lua expected to read an '='-sign, but it didn't.
Hints:
- Did you simply forget the '='-sign?
- Did you forget a comma?
- Is this supposed to be a local variable
La ligne en question est la première.
TEAM_MOB = DarkRP.createJob("Tueur à gages", {
color = Color(25, 25, 170, 255),
model = {
"models/player/agent_47.mdl"
},
description = [[On te paye en te donnant un nom et une raison de contrat, et tu l'éxécute, c'est illégal donc soit discret.]],
weapons = {"m9k_svu", "weapon_fists", "climb_swep2"},
command = "tueur",
max = 1,
salary = 0,
admin = 0,
vote = false,
hasLicense = false,
ammo = {
["m9k_ammo_sniper_rounds"] = 60,
}
})
Quelqu'un pourrais m'aider? merci d'avance.
The best help I can give you is this:
Right before the 'TEAM_MOB', Lua expected to read an '='-sign, but it didn't.
Hints:
- Did you simply forget the '='-sign?
- Did you forget a comma?
- Is this supposed to be a local variable
La ligne en question est la première.
TEAM_MOB = DarkRP.createJob("Tueur à gages", {
color = Color(25, 25, 170, 255),
model = {
"models/player/agent_47.mdl"
},
description = [[On te paye en te donnant un nom et une raison de contrat, et tu l'éxécute, c'est illégal donc soit discret.]],
weapons = {"m9k_svu", "weapon_fists", "climb_swep2"},
command = "tueur",
max = 1,
salary = 0,
admin = 0,
vote = false,
hasLicense = false,
ammo = {
["m9k_ammo_sniper_rounds"] = 60,
}
})
Quelqu'un pourrais m'aider? merci d'avance.