- Initiateur de la discussion
M
Mehdi2904
Geek suprême
- Messages
- 848
- Score réaction
- 88
- Points
- 145
J'ai un probleme de printer VIP+, j'ai mis le customchek entities ect
Ligne du printer:
DarkRP.createEntity("Printer VIP+ ", {
ent = "diamond_tomasmoneyprinter",
model = "models/props_c17/consolebox01a.mdl",
price = 10000,
max = 3,
cmd = "buydiamondprinter"
customCheck = function(ply) return ply:IsUserGroup("vipplus") end
CustomCheckFailMsg = "Vous devez etre VIP+",
})
Ligne du ERROR:
[ERROR] Lua is unable to understand file "darkrp_customthings/entities.lua" because its author made a mistake around line number 44.
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 'customCheck' at line 44.
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 -------
Merci de m'aider
Ligne du printer:
DarkRP.createEntity("Printer VIP+ ", {
ent = "diamond_tomasmoneyprinter",
model = "models/props_c17/consolebox01a.mdl",
price = 10000,
max = 3,
cmd = "buydiamondprinter"
customCheck = function(ply) return ply:IsUserGroup("vipplus") end
CustomCheckFailMsg = "Vous devez etre VIP+",
})
Ligne du ERROR:
[ERROR] Lua is unable to understand file "darkrp_customthings/entities.lua" because its author made a mistake around line number 44.
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 'customCheck' at line 44.
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 -------
Merci de m'aider