- Initiateur de la discussion
M
Matt59
Geek
- Messages
- 191
- Score réaction
- 12
- Points
- 80
Bonsoir,
j'ai créer un shipment (desert eagle / M9K) mais quand je reboot sa me met une erreur lua
j'ai fais ceci :
DarkRP.createShipment("Desert Eagle", {
model = "models/weapons/w_tcom_deagle.mdl",
entity = "m9k_deagle",
price = 5000,
amount = 1,
seperate = false,
pricesep = 2,
noship = false
allowed = {TEAM_VARME}
})
l'erreur en question :
There is 1 Lua problem!
Please check your console for more information!
[ERROR] Lua is unable to understand file "darkrp_customthings/shipments.lua" because its author made a mistake around line number 46.
The best help I can give you is this:
There is an opening '{' bracket at line 38, but this bracket is never closed or not closed in time. It was expected to be closed before the 'allowed' at line 46.
Hints:
- Did you forget a comma?
- All open brackets ({, (, [) must have a matching closing bracket. Are you sure it's there?
- Brackets must be opened and closed in the right order. This will work: ({}), but this won't: ({)}.
------- End of Simplerr error -------
Ou est l'erreur ?
Merci d'avance
j'ai créer un shipment (desert eagle / M9K) mais quand je reboot sa me met une erreur lua
j'ai fais ceci :
DarkRP.createShipment("Desert Eagle", {
model = "models/weapons/w_tcom_deagle.mdl",
entity = "m9k_deagle",
price = 5000,
amount = 1,
seperate = false,
pricesep = 2,
noship = false
allowed = {TEAM_VARME}
})
l'erreur en question :
There is 1 Lua problem!
Please check your console for more information!
[ERROR] Lua is unable to understand file "darkrp_customthings/shipments.lua" because its author made a mistake around line number 46.
The best help I can give you is this:
There is an opening '{' bracket at line 38, but this bracket is never closed or not closed in time. It was expected to be closed before the 'allowed' at line 46.
Hints:
- Did you forget a comma?
- All open brackets ({, (, [) must have a matching closing bracket. Are you sure it's there?
- Brackets must be opened and closed in the right order. This will work: ({}), but this won't: ({)}.
------- End of Simplerr error -------
Ou est l'erreur ?
Merci d'avance