Comment ajouter des entité au jobs

  • Initiateur de la discussion wazakk
  • Date de début
  • Initiateur de la discussion
wazakk

wazakk

Geek suprême
Messages
130
Score réaction
1
Points
115
Bonjour,
Comment ajouter le labo de drogue a un Drug dealer(que j'ai crée) ?
Et comment ajouter des Money printer pour les VIP
Merci.
 
Johnny152

Johnny152

Geek
Messages
60
Score réaction
4
Points
95
Pour un Drug dealer, le labo de drogue pourrait être accessible via le menu F4. Il suffit pour cela que tu codes le labo de drogue en tant qu'entité dans darkrpmodification/lua/darkrp_customthings/entities.lua et que tu ajoutes la ligne "allowed = {TEAM_DRUGDEALER}" par exemple.
Même chemin pour les money printer, mais avec la commande customCheck (qui diffère selon ton système d'administration ; ULX, Fadmin, ... ?).

EDIT : Je ne suis plus bien sûr pour le labo de drogue. Si tu l'as déjà utilisé, peux-tu me dire où le trouves-tu? Comment est-il accessible? Spawnable en jeu? Et là je pourrais t'aider.
 
  • Initiateur de la discussion
wazakk

wazakk

Geek suprême
Messages
130
Score réaction
1
Points
115
DarkRP.createEntity("Topaz Printer", {
ent = "topaz_money_printer",
model = "models/props_c17/consolebox01a.mdl",
price = 1100,
max = 2,
cmd = "buytopazprinter"
})

DarkRP.createEntity("Amethyst Printer", {
ent = "amethyst_money_printer",
model = "models/props_c17/consolebox01a.mdl",
price = 1500,
max = 2,
cmd = "buyamethystprinter"
customCheck = function(ply) return ply:GetNWString("usergroup") == "V.I.P" or ply:IsAdmin() end,
})

DarkRP.createEntity("Emerald Printer", {
ent = "emerald_money_printer",
model = "models/props_c17/consolebox01a.mdl",
price = 2500,
max = 2,
cmd = "buyemeraldprinter"
customCheck = function(ply) return ply:GetNWString("usergroup") == "V.I.P" or ply:IsAdmin() end,
})

DarkRP.createEntity("Ruby Printer", {
ent = "ruby_money_printer",
model = "models/props_c17/consolebox01a.mdl",
price = 5000,
max = 2,
cmd = "buyrubyprinter"
customCheck = function(ply) return ply:GetNWString("usergroup") == "V.I.P" or ply:IsAdmin() end,
})

DarkRP.createEntity("Sapphire Printer", {
ent = "sapphire_money_printer",
model = "models/props_c17/consolebox01a.mdl",
price = 7500,
max = 2,
cmd = "buysapphireprinter"
customCheck = function(ply) return ply:GetNWString("usergroup") == "V.I.P" or ply:IsAdmin() end,
})

Regarde le code les printer marche mais le custom check ne marche pas alors qu'il marche pour les jobs !
 
Dernière édition:
Johnny152

Johnny152

Geek
Messages
60
Score réaction
4
Points
95
Ajoute une virgule à la fin de chaque ligne "cmd", avant le customCheck.
 
  • Initiateur de la discussion
wazakk

wazakk

Geek suprême
Messages
130
Score réaction
1
Points
115
Merci *.* <33333333333
 
S

SeliozYT

Bambi
Messages
17
Score réaction
0
Points
35
Je voudrai savoir j'ai ajouter les rprint à Mon serveur mais je n'e s'est pas comment les mettre à vendre
 
Discord d'entraide
Rejoignz-nous sur Discord