Customcheck problem

  • 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 :)
 
Assaillant

Assaillant

Geek
Messages
24
Score réaction
0
Points
70
  • Banni
rexlafureur

rexlafureur

Psychopathe
Messages
1 054
Score réaction
83
Points
220
Oula , a la fin enlève la virgule ;)
 
BlitzFire

BlitzFire

Geek suprême
Messages
707
Score réaction
131
Points
150
En rouge , c'est ce que tu as oublié :

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+"
})
 
Assaillant

Assaillant

Geek
Messages
24
Score réaction
0
Points
70
Exactement BlitzFire ! j'ai oublié regardez là ...
 
  • Initiateur de la discussion
M

Mehdi2904

Geek suprême
Messages
848
Score réaction
88
Points
145
Je test :) Merci ! Ce forum est très bien. Si vous n’étiez pas la je ne serais pas ou je serais :)
 
  • Administration
Snk

Snk

El Dictator
Membre du Staff
Messages
3 813
Score réaction
2 391
Points
790
Hors sujet mais cette phrase me rappelle le classique "si j'été pas là vous seriez vous ?" xD
 
  • Initiateur de la discussion
M

Mehdi2904

Geek suprême
Messages
848
Score réaction
88
Points
145
xD :) Plus sérieusement ce forum est une grand aide pour ceux qui crée un serveur, sa nous donne envie de venir acheté ici :) Surtout si vous mettez en place les noms de domaines :)
 
Discord d'entraide
Rejoignz-nous sur Discord