Aide pour Enhanced Meth Lab

  • Initiateur de la discussion
tictaczep

tictaczep

Geek
Messages
67
Score réaction
7
Points
95
Bonjour j'ai le script
Enhanced Meth Lab
mais je voudrait que quelqu'un me donne la liste des entités a mettre pour le JOB svp :D merci ( la liste a mettre dans: /srcds/garrysmod/addons/darkrpmodification/lua/darkrp_customthings/entities)
 
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
C'est ça dont tu as besoin ?

Code:
DarkRP.createEntity("Cuisiniere", { ent = "eml_stove", model = "models/props_c17/furnitureStove001a.mdl", price = 800, max = 2, cmd = "buystove", allowed = {TEAM_METH},
})
DarkRP.createEntity("Gas", { ent = "eml_gas", model = "models/props_c17/canister01a.mdl", price = 150, max = 10, cmd = "buygas", allowed = {TEAM_METH},
})
DarkRP.createEntity("Pot", { ent = "eml_pot", model = "models/props_c17/metalPot001a.mdl", price = 250, max = 2, cmd = "buypot", allowed = {TEAM_METH},
})
DarkRP.createEntity("Special Pot", { ent = "eml_spot", model = "models/props_c17/metalPot001a.mdl", price = 250, max = 2, cmd = "buyspecialpot", allowed = {TEAM_METH},
})
DarkRP.createEntity("Muriatic Acid", { ent = "eml_macid", model = "models/props_junk/garbage_plasticbottle001a.mdl", price = 100, max = 5, cmd = "buymacid", allowed = {TEAM_METH},
})
DarkRP.createEntity("Liquid Sulfur", { ent = "eml_sulfur", model = "models/props_lab/jar01b.mdl", price = 100, max = 5, cmd = "buysulfur", allowed = {TEAM_METH},
})
DarkRP.createEntity("Liquid Iodine", { ent = "eml_iodine", model = "models/props_lab/jar01b.mdl", price = 100, max = 5, cmd = "buyiodine", allowed = {TEAM_METH},
})
DarkRP.createEntity("Jar", { ent = "eml_jar", model = "models/props_lab/jar01a.mdl", price = 100, max = 5, cmd = "buyjar", allowed = {TEAM_METH},
})
DarkRP.createEntity("Water", { ent = "eml_water", model = "models/props_junk/garbage_plasticbottle003a.mdl", price = 100, max = 5, cmd = "buywater", allowed = {TEAM_METH},
})
 
  • J'aime
Réactions: tictaczep
  • Initiateur de la discussion
tictaczep

tictaczep

Geek
Messages
67
Score réaction
7
Points
95
Ouai je te remercie :D
 
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
Aucun problème.
 
  • J'aime
Réactions: tictaczep
Discord d'entraide
Rejoignz-nous sur Discord