Comment mettre la meth a un job.

  • Initiateur de la discussion MrZenithFrance
  • Date de début
  • Initiateur de la discussion
M

MrZenithFrance

Bambi
Messages
11
Score réaction
0
Points
35
Bonjours j'ai la meth de : https://scriptfodder.com/scripts/view/744
Mais je voudrai mettre les ingrédient de fabrication a un job TEAM_METH mais sa marche pas
pouvez vous m'aider . Merci
 
Maximou

Maximou

Psychopathe
Messages
736
Score réaction
149
Points
220
En gros, tu veux, que, quand, un mec se met "fabriquant de meth", il a les ingrédients dans le menu F4?
 
M

Mark Tori

Geek
Messages
32
Score réaction
2
Points
60
Je crois que Ç,est sa
 
Maximou

Maximou

Psychopathe
Messages
736
Score réaction
149
Points
220
#Google
 
  • J'aime
Réactions: Mark Tori
  • Initiateur de la discussion
M

MrZenithFrance

Bambi
Messages
11
Score réaction
0
Points
35
ouai c'est sa mais je trouve zéro réponse sur google
 
Agualym

Agualym

Psychopathe
Messages
699
Score réaction
164
Points
280
Ajoute sa dans entities.lua
Code:
DarkRP.createEntity( "Muriatic Acide", {
ent = "eml_macid",
model = "models/props_junk/garbage_plasticbottle001a.mdl",
price = 350,
max = 5,
cmd = "buyacidemuria",
allowed = {TEAM_METH},
category = "Other",
-- CustomCheck
})
DarkRP.createEntity( "Pot de Meth", {
ent = "eml_spot",
model = "models/props_c17/metalpot001a.mdl",
price = 500,
max = 2,
cmd = "buycocao",
allowed = {TEAM_METH},
category = "Other",
-- CustomCheck
})
DarkRP.createEntity( "Gaz", {
ent = "eml_gas",
model = "models/props_c17/canister01a.mdl",
price = 400,
max = 3,
cmd = "buycocai",
allowed = {TEAM_METH},
category = "Other",
-- CustomCheck
})
DarkRP.createEntity( "Gaziniere", {
ent = "eml_stove",
model = "models/props_c17/furniturestove001a.mdl",
price = 8000,
max = 1,
cmd = "buycocau",
allowed = {TEAM_METH},
category = "Other",
-- CustomCheck
})
DarkRP.createEntity( "Pot de melange", {
ent = "eml_jar",
model = "models/props_lab/jar01a.mdl",
price = 400,
max = 2,
cmd = "buycocay",
allowed = {TEAM_METH},
category = "Other",
-- CustomCheck
})
DarkRP.createEntity( "Liquide Iodine", {
ent = "eml_iodine",
model = "models/props_lab/jar01b.mdl",
price = 450,
max = 5,
cmd = "buycocat",
allowed = {TEAM_METH},
category = "Other",
-- CustomCheck
})
DarkRP.createEntity( "Eau", {
ent = "eml_water",
model = "models/props_junk/garbage_plasticbottle003a.mdl",
price = 50,
max = 5,
cmd = "buycocar",
allowed = {TEAM_METH},
category = "Other",
-- CustomCheck
})
DarkRP.createEntity( "Liquide de Sulfur", {
ent = "eml_sulfur",
model = "models/props_lab/jar01b.mdl",
price = 400,
max = 5,
cmd = "buycocae",
allowed = {TEAM_METH},
category = "Other",
-- CustomCheck
})
DarkRP.createEntity( "Pot de Phosphore", {
ent = "eml_pot",
model = "models/props_c17/metalpot001a.mdl",
price = 500,
max = 2,
cmd = "buycocaz",
allowed = {TEAM_METH},
category = "Other",
-- CustomCheck
})
 
  • Initiateur de la discussion
M

MrZenithFrance

Bambi
Messages
11
Score réaction
0
Points
35
merci
 
Maximou

Maximou

Psychopathe
Messages
736
Score réaction
149
Points
220
Met le sujet en "résolu" ;)
 
Discord d'entraide
Rejoignz-nous sur Discord