EML

  • Initiateur de la discussion
Ð

ÐÂ$

Geek
Messages
271
Score réaction
41
Points
75
Bonjour ,

J'ai besoin d'aide pour la meth ,

Je l'ai acheté il y'a longtemps mais je ne sais plus le configurer . Comment faire en sorte que seulement la TEAM_METH est le droit d'acheter les ingrédients , stove , gaz ?

Merci à vous
 
Nardox

Nardox

Psychopathe
Messages
1 143
Score réaction
240
Points
250
Dans entites.lua
Code:
DarkRP.createEntity( "Gaziniere", { ent = "eml_stove", model = "models/props_c17/furnitureStove001a.mdl", price = 5000, max = 2, cmd = "buystove", allowed = {TEAM_METH},
})
DarkRP.createEntity( "Pot Bleu", { ent = "eml_spot", model = "models/props_c17/metalPot001a.mdl", price = 1500, max = 4, cmd = "buyspot", allowed = {TEAM_METH},
})
DarkRP.createEntity( "Pot Rouge", { ent = "eml_pot", model = "models/props_c17/metalPot001a.mdl", price = 1500, max = 4, cmd = "buypot", allowed = {TEAM_METH},
})
DarkRP.createEntity( "Jar", { ent = "eml_jar", model = "models/props_lab/jar01a.mdl", price = 1000, max = 3, cmd = "buyjar", allowed = {TEAM_METH},
})
DarkRP.createEntity( "Liquide Iodine", { ent = "eml_iodine", model = "models/props_lab/jar01b.mdl", price = 750, max = 5, cmd = "buyiodine", allowed = {TEAM_METH},
})
DarkRP.createEntity( "Muriatic Acid", { ent = "eml_macid", model = "models/props_junk/garbage_plasticbottle001a.mdl", price = 750, max = 5, cmd = "buymacid", allowed = {TEAM_METH},
})
DarkRP.createEntity( "Liquide Sulfur", { ent = "eml_sulfur", model = "models/props_lab/jar01b.mdl", price = 750, max = 5, cmd = "buysulfur", allowed = {TEAM_METH},
})
DarkRP.createEntity( "Eau", { ent = "eml_water", model = "models/props_junk/garbage_plasticbottle003a.mdl", price = 500, max = 5, cmd = "buywater", allowed = {TEAM_METH},
})
DarkRP.createEntity( "Gas", { ent = "eml_gas", model = "models/props_c17/canister01a.mdl", price = 750, max = 4, cmd = "buygas", allowed = {TEAM_METH},
})
 
  • J'aime
Réactions: Yoh Sambre ♪ et ÐÂ$
  • Initiateur de la discussion
Ð

ÐÂ$

Geek
Messages
271
Score réaction
41
Points
75
Merci :)
 
Discord d'entraide
Rejoignz-nous sur Discord