Besoin d'aide entité VIP

  • Initiateur de la discussion
lirrox

lirrox

Psychopathe
Messages
874
Score réaction
241
Points
250
Bonjour,
je cherche à créer une entité uniquement pour les vip, cette entité: z_customhq-printers qui n'est plus disponible sur scriptfodder, mais bon bref... J'ai mis ça dans mon shared.lua du printer

Code:
AddEntity("Printer VIP", { ent = "custom_printer_vip", model = "models/custom/rprinter.mdl", price = 4800, max = 500, cmd = "buy_printer_vip"
customCheck = function(ply) return
table.HasValue({"vip","admin","superadmin"},ply:GetNWString("usergroup")) end
})

J'ai mis le customcheck et tout et ça ne marche pas le printer n'est meme pas affiché et ça me met cette erreur :


[ERROR] addons/z_customhq-printers/lua/entities/custom_printer_vip/shared.lua:38: '}' expected (to close '{' at line 29) near 'customCheck'
1. unknown - addons/z_customhq-printers/lua/entities/custom_printer_vip/shared.lua:0

je ne comprends pas comment faire donc j'aurais besoin d'aide s'il vous plaît
Merci d'avance pour vos réponses
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 288
Score réaction
9 687
Points
1 845
Tranquillou la reprise du nom des addons de customHQ ?
 
  • Initiateur de la discussion
lirrox

lirrox

Psychopathe
Messages
874
Score réaction
241
Points
250
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 288
Score réaction
9 687
Points
1 845
lirrox à dit:
Whoops , jémé trompé j'ai crû lire que tu reproduisait le même addons que customHQ mais que tu avais une erreur lua...

Sorry x,x
 
P

PCMalexis

Geek suprême
Messages
600
Score réaction
49
Points
125
Essaie plutot comme ça :
Code:
AddEntity("Printer VIP", { ent = "custom_printer_vip", model = "models/custom/rprinter.mdl", price = 4800, max = 500,
cmd = "buy_printer_vip",
customCheck = function(ply) return
table.HasValue({"vip","admin","superadmin"},ply:GetNWString("usergroup")) end,
})
 
  • J'aime
Réactions: lirrox
  • Initiateur de la discussion
lirrox

lirrox

Psychopathe
Messages
874
Score réaction
241
Points
250
Yoh Sambre ♪ à dit:
Whoops , jémé trompé j'ai crû lire que tu reproduisait le même addons que customHQ mais que tu avais une erreur lua...

Sorry x,x
tkt ^^
 
  • J'aime
Réactions: Yoh Sambre ♪
  • Initiateur de la discussion
lirrox

lirrox

Psychopathe
Messages
874
Score réaction
241
Points
250
PCMalexis à dit:
Essaie plutot comme ça :
Code:
AddEntity("Printer VIP", { ent = "custom_printer_vip", model = "models/custom/rprinter.mdl", price = 4800, max = 500,
cmd = "buy_printer_vip",
customCheck = function(ply) return
table.HasValue({"vip","admin","superadmin"},ply:GetNWString("usergroup")) end,
})
Merci beaucoup c'est nikel ;)
 
P

PCMalexis

Geek suprême
Messages
600
Score réaction
49
Points
125
Discord d'entraide
Rejoignz-nous sur Discord