- Initiateur de la discussion
M
Matt59
Geek
- Messages
- 191
- Score réaction
- 12
- Points
- 80
Bonsoir,
j'essaie de mettre un printer VIP+ avec les staff qui peuvent y avoir accès j'ai fais ceci :
DarkRP.createEntity("Printer Diamant", {
ent = "diamond_tomasmoneyprinter",
model = "models/props_c17/consolebox01a.mdl",
price = 15000,
max = 2,
function(ply) return ply:GetNWString("VIP+") or ply:GetNWString("Modérateur test") or ply:GetNWString("Modérateur") or ply:GetNWString("admin") or ply:GetNWString("superadmin") or ply:GetNWString("Fondateur") end,
cmd = "buydiamondprinter"
})
Quand je reboot et que je me met user je peus tout de même acheter le printer.
j'essaie de mettre un printer VIP+ avec les staff qui peuvent y avoir accès j'ai fais ceci :
DarkRP.createEntity("Printer Diamant", {
ent = "diamond_tomasmoneyprinter",
model = "models/props_c17/consolebox01a.mdl",
price = 15000,
max = 2,
function(ply) return ply:GetNWString("VIP+") or ply:GetNWString("Modérateur test") or ply:GetNWString("Modérateur") or ply:GetNWString("admin") or ply:GetNWString("superadmin") or ply:GetNWString("Fondateur") end,
cmd = "buydiamondprinter"
})
Quand je reboot et que je me met user je peus tout de même acheter le printer.