Aide pour Another Meth Lab

  • Initiateur de la discussion
A

AzertyLife

Geek
Messages
53
Score réaction
1
Points
60
Bonjour j'ai le script
Another Meth Lab
mais je voudrait que quelqu'un me donne la liste des entités a mettre pour le JOB svp Merci
 
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
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: AzertyLife
  • Initiateur de la discussion
A

AzertyLife

Geek
Messages
53
Score réaction
1
Points
60
Thibault Camora à dit:
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},
})

Ouais merci, mais la c'est celui la: https://scriptfodder.com/scripts/view/1210 donc c'est pareil ou pas?
 
  • J'aime
Réactions: Thibault Camora
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
Ah non désoler, tu as normalement un fichier read me tu devrais trouver se qui t’intéresse dedans
 
  • J'aime
Réactions: AzertyLife
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
Si tu y arrive vraiment pas remet un message et je ferai un peut de recherche pour t'aider :)
 
  • Initiateur de la discussion
A

AzertyLife

Geek
Messages
53
Score réaction
1
Points
60
Thibault Camora à dit:
Ah non désoler, tu as normalement un fichier read me tu devrais trouver se qui t’intéresse dedans
J'ai le fichier lua--autorun
darkrp
entities

Je vais dans quoi?
 
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
Tu as teamspeak ? Si oui
teamspeak : ts.bloodbrother.fr:1287
Si non tu as un skype ça iras beaucoup plus vite.

Thibault.
 
  • Initiateur de la discussion
A

AzertyLife

Geek
Messages
53
Score réaction
1
Points
60
Voila je suis sur ton ts c'est damien et azerty
 
N

nico24

Geek
Messages
58
Score réaction
0
Points
50
Je peus taider par contre faudra que tu le passe laddon et je te dis les fichier a rajouter je te le fais meme si tu veus mn skype nico24454
 
  • Initiateur de la discussion
A

AzertyLife

Geek
Messages
53
Score réaction
1
Points
60
nico24 à dit:
Je peus taider par contre faudra que tu le passe laddon et je te dis les fichier a rajouter je te le fais meme si tu veus mn skype nico24454
Non désoler, c'est bon le problème est regler ;)
 
A

alexandre44650

Geek suprême
Messages
148
Score réaction
2
Points
110
AzertyLife à dit:
Non désoler, c'est bon le problème est regler ;)
Comment ta fait pour regler ton probleme svp?
 
A

alexandre44650

Geek suprême
Messages
148
Score réaction
2
Points
110
AzertyLife à dit:
J'ai le fichier lua--autorun
darkrp
entities

Je vais dans quoi?
Svp jai un probleme avec l'addons peut tu m'aider
 
Discord d'entraide
Rejoignz-nous sur Discord