Commande des entités drugzmod

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

aazrod

Geek
Messages
70
Score réaction
1
Points
65
Bonjour, j'aimerais connaître les commandes des entités de l'addon "drugzmod" pour pouvez les mettre sur le métier voulu :D
 
MrGeekoo

MrGeekoo

Geek suprême
Messages
460
Score réaction
42
Points
130
Tien cadeau


DarkRP.createEntity( "Eau", {
ent = "durgz_water",
model = "models/drug_mod/the_bottle_of_water.mdl",
price = 150,
max = 5,
cmd = "eau",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Bière", {
ent = "durgz_alcohol",
model = "models/drug_mod/alcohol_can.mdl",
price = 250,
max = 5,
cmd = "bière",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Cigarette", {
ent = "durgz_cigarette",
model = "models/boxopencigshib.mdl",
price = 100,
max = 5,
cmd = "cigarette",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Champignion", {
ent = "durgz_mushroom",
model = "models/ipha/mushroom_small.mdl",
price = 300,
max = 5,
cmd = "champignion",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Cannabis", {
ent = "durgz_weed",
model = "models/katharsmodels/contraband/zak_wiet/zak_wiet.mdl",
price = 450,
max = 5,
cmd = "cannabis",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "LSD", {
ent = "durgz_lsd",
model = "models/smile/smile.mdl",
price = 750,
max = 5,
cmd = "lsd",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Méthamphétamine", {
ent = "durgz_meth",
model = "models/katharsmodels/contraband/metasync/blue_sky.mdl",
price = 1500,
max = 5,
cmd = "méthamphétamine",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})
 
  • Initiateur de la discussion
aazrod

aazrod

Geek
Messages
70
Score réaction
1
Points
65
MrGeekoo à dit:
Tien cadeau


DarkRP.createEntity( "Eau", {
ent = "durgz_water",
model = "models/drug_mod/the_bottle_of_water.mdl",
price = 150,
max = 5,
cmd = "eau",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Bière", {
ent = "durgz_alcohol",
model = "models/drug_mod/alcohol_can.mdl",
price = 250,
max = 5,
cmd = "bière",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Cigarette", {
ent = "durgz_cigarette",
model = "models/boxopencigshib.mdl",
price = 100,
max = 5,
cmd = "cigarette",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Champignion", {
ent = "durgz_mushroom",
model = "models/ipha/mushroom_small.mdl",
price = 300,
max = 5,
cmd = "champignion",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Cannabis", {
ent = "durgz_weed",
model = "models/katharsmodels/contraband/zak_wiet/zak_wiet.mdl",
price = 450,
max = 5,
cmd = "cannabis",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "LSD", {
ent = "durgz_lsd",
model = "models/smile/smile.mdl",
price = 750,
max = 5,
cmd = "lsd",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Méthamphétamine", {
ent = "durgz_meth",
model = "models/katharsmodels/contraband/metasync/blue_sky.mdl",
price = 1500,
max = 5,
cmd = "méthamphétamine",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})
Merci, ça fait plaisir les gens comme toi
 
kiwix12

kiwix12

Geek suprême
Messages
202
Score réaction
9
Points
100
MrGeekoo à dit:
Tien cadeau


DarkRP.createEntity( "Eau", {
ent = "durgz_water",
model = "models/drug_mod/the_bottle_of_water.mdl",
price = 150,
max = 5,
cmd = "eau",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Bière", {
ent = "durgz_alcohol",
model = "models/drug_mod/alcohol_can.mdl",
price = 250,
max = 5,
cmd = "bière",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Cigarette", {
ent = "durgz_cigarette",
model = "models/boxopencigshib.mdl",
price = 100,
max = 5,
cmd = "cigarette",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Champignion", {
ent = "durgz_mushroom",
model = "models/ipha/mushroom_small.mdl",
price = 300,
max = 5,
cmd = "champignion",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Cannabis", {
ent = "durgz_weed",
model = "models/katharsmodels/contraband/zak_wiet/zak_wiet.mdl",
price = 450,
max = 5,
cmd = "cannabis",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "LSD", {
ent = "durgz_lsd",
model = "models/smile/smile.mdl",
price = 750,
max = 5,
cmd = "lsd",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})

DarkRP.createEntity( "Méthamphétamine", {
ent = "durgz_meth",
model = "models/katharsmodels/contraband/metasync/blue_sky.mdl",
price = 1500,
max = 5,
cmd = "méthamphétamine",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})
merci,je t'aime <3
tu aurias pas le codage de l'heroine stp?
 
MrGeekoo

MrGeekoo

Geek suprême
Messages
460
Score réaction
42
Points
130
kiwix12 à dit:
merci,je t'aime <3
tu aurias pas le codage de l'heroine stp?
DarkRP.createEntity( "Héroine", {
ent = "durgz_heroine",
model = "models/katharsmodels/syringe_out/syringe_out.mdl",
price = 2000,
max = 5,
cmd = "héroine",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})
 
  • J'aime
Réactions: kiwix12
kiwix12

kiwix12

Geek suprême
Messages
202
Score réaction
9
Points
100
MrGeekoo à dit:
DarkRP.createEntity( "Héroine", {
ent = "durgz_heroine",
model = "models/katharsmodels/syringe_out/syringe_out.mdl",
price = 2000,
max = 5,
cmd = "héroine",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})
t un putain de dieux vivant je t'aime de tout mon coeur
 
kiwix12

kiwix12

Geek suprême
Messages
202
Score réaction
9
Points
100
MrGeekoo à dit:
DarkRP.createEntity( "Héroine", {
ent = "durgz_heroine",
model = "models/katharsmodels/syringe_out/syringe_out.mdl",
price = 2000,
max = 5,
cmd = "héroine",
allowed = {TEAM_DEALER},
category = "Other",
-- CustomCheck
})
et si non tu est configurateur ?
 
MrGeekoo

MrGeekoo

Geek suprême
Messages
460
Score réaction
42
Points
130
Je travaille accutellement sur un gros serveur darkrp. Donc oui
 
kiwix12

kiwix12

Geek suprême
Messages
202
Score réaction
9
Points
100
MrGeekoo à dit:
Je travaille accutellement sur un gros serveur darkrp. Donc oui
tu prend combein pour un serv?
 
MrGeekoo

MrGeekoo

Geek suprême
Messages
460
Score réaction
42
Points
130
Tu veux que je t'aide a créer un serveur darkrp ? Je comprend pas trop ta question
 
kiwix12

kiwix12

Geek suprême
Messages
202
Score réaction
9
Points
100
MrGeekoo à dit:
Tu veux que je t'aide a créer un serveur darkrp ? Je comprend pas trop ta question
oui car en ce moment meme je suis avec un amie pour cree un serv darkrp avec 60 metier avec bcp d'addons mais on ne sais pas du tout configurer
c'etait pour savoir combien tu prend pour un serv de ce type?
 
MrGeekoo

MrGeekoo

Geek suprême
Messages
460
Score réaction
42
Points
130
Tu peux me donner combien et tu veux que je fasse quoi spécialement ?
 
kiwix12

kiwix12

Geek suprême
Messages
202
Score réaction
9
Points
100
MrGeekoo à dit:
Tu peux me donner combien et tu veux que je fasse quoi spécialement ?
vien en mp
 
Discord d'entraide
Rejoignz-nous sur Discord