plusieur entitées pour 1 SEUL JOB

  • Initiateur de la discussion
B

BySn0wHD

Geek
Messages
36
Score réaction
1
Points
60
Bonjour/Bonsoir

J'ai un probleme qui ce presente a moi .

je voudrais que (par exemple) l'eau , le four , les pots ect ne soit achetable QUE par le fabricant de meth

MAIS COMMENT FAIRE

Merci pour toutes les réponse qui vont être donnée

et surtout joyeux noël et joyeuse fêtes a tous
 
Dernière édition:
  • Initiateur de la discussion
B

BySn0wHD

Geek
Messages
36
Score réaction
1
Points
60
hummm JOYEUX NOEL ?
 
Zozo147

Zozo147

Helpeur Divin
Messages
1 814
Score réaction
848
Points
430
BySn0wHD à dit:
hummm JOYEUX NOEL ?
Il suffit de rajouter : allowed = {TEAM_METIER},
Exemple :

Code:
DarkRP.createShipment("Fiveseven", { model = "models/weapons/w_pist_fiveseven.mdl", entity = "weapon_fiveseven2", price = 0, amount = 10, separate = true, pricesep = 205, noship = true, allowed = {TEAM_GUN}, -- Y a que le vendeur d'arme qui peut acheter le Fiveseven category = "Pistols",
})
 
  • J'aime
Réactions: BySn0wHD
  • Initiateur de la discussion
B

BySn0wHD

Geek
Messages
36
Score réaction
1
Points
60
Zozo147 à dit:
Il suffit de rajouter : allowed = {TEAM_METIER},
Exemple :

Code:
DarkRP.createShipment("Fiveseven", { model = "models/weapons/w_pist_fiveseven.mdl", entity = "weapon_fiveseven2", price = 0, amount = 10, separate = true, pricesep = 205, noship = true, allowed = {TEAM_GUN}, -- Y a que le vendeur d'arme qui peut acheter le Fiveseven category = "Pistols",
})
j'ai déjà essaye cela ne marche que pour les shipment tandis que moi c'est pour une entitée

merci quand même
si tu as une autre idée n’hésite pas a me la proposer ;)
 
Zozo147

Zozo147

Helpeur Divin
Messages
1 814
Score réaction
848
Points
430
BySn0wHD à dit:
j'ai déjà essaye cela ne marche que pour les shipment tandis que moi c'est pour une entitée

merci quand même
si tu as une autre idée n’hésite pas a me la proposer ;)
Bizarre car ça marche aussi pour le Drug Lab :

Code:
DarkRP.createEntity("Drug lab", { ent = "drug_lab", model = "models/props_lab/crematorcase.mdl", price = 400, max = 3, cmd = "buydruglab", allowed = {TEAM_GANG, TEAM_MOB}
})
 
  • J'aime
Réactions: BySn0wHD
  • Initiateur de la discussion
B

BySn0wHD

Geek
Messages
36
Score réaction
1
Points
60
Zozo147 à dit:
Bizarre car ça marche aussi pour le Drug Lab :

Code:
DarkRP.createEntity("Drug lab", { ent = "drug_lab", model = "models/props_lab/crematorcase.mdl", price = 400, max = 3, cmd = "buydruglab", allowed = {TEAM_GANG, TEAM_MOB}
})
je vais reesayer et je t'en dis plus
 
  • Initiateur de la discussion
B

BySn0wHD

Geek
Messages
36
Score réaction
1
Points
60
Zozo147 à dit:
Bizarre car ça marche aussi pour le Drug Lab :

Code:
DarkRP.createEntity("Drug lab", { ent = "drug_lab", model = "models/props_lab/crematorcase.mdl", price = 400, max = 3, cmd = "buydruglab", allowed = {TEAM_GANG, TEAM_MOB}
})
voila ce que cela me donne :
[ERROR] Lua is unable to understand file "darkrp_customthings/entities.lua" because its author made a mistake around line number 90.
The best help I can give you is this:

There is an opening '{' bracket at line 84, but this bracket is never closed or not closed in time. It was expected to be closed before the 'allowed' at line 90.

Hints:
- Did you forget a comma?
- All open brackets ({, (, [) must have a matching closing bracket. Are you sure it's there?
- Brackets must be opened and closed in the right order. This will work: ({}), but this won't: ({)}.

------- End of Simplerr error -------






et voila ce que j'ai mis dans mon fichier (c'est le dernier dont il est question )


DarkRP.createEntity("Gas Canister", {
ent = "eml_gas",
model = "models/props_c17/canister01a.mdl",
price = 200,
max = 20,
cmd = "buygascanister"
})

DarkRP.createEntity("Liquid Iodine", {
ent = "eml_iodine",
model = "models/props_lab/jar01b.mdl",
price = 50,
max = 20,
cmd = "buyiodine"
})

DarkRP.createEntity("Jar", {
ent = "eml_jar",
model = "models/props_lab/jar01a.mdl",
price = 100,
max = 20,
cmd = "buyjar"
})

DarkRP.createEntity("Muriatic Acid", {
ent = "eml_macid",
model = "models/props_junk/garbage_plasticbottle001a.mdl",
price = 50,
max = 20,
cmd = "buymacid"
})

DarkRP.createEntity("Pot", {
ent = "eml_pot",
model = "models/props_c17/metalPot001a.mdl",
price = 150,
max = 20,
cmd = "buypot"
})

DarkRP.createEntity("Special Pot", {
ent = "eml_spot",
model = "models/props_c17/metalPot001a.mdl",
price = 200,
max = 20,
cmd = "buyspot"
})

DarkRP.createEntity("Stove", {
ent = "eml_stove",
model = "models/props_c17/furnitureStove001a.mdl",
price = 500,
max = 5,
cmd = "buystove"
})

DarkRP.createEntity("Liquid Sulfur", {
ent = "eml_sulfur",
model = "models/props_lab/jar01b.mdl",
price = 100,
max = 20,
cmd = "buysulfur"
})

DarkRP.createEntity("Water", {
ent = "eml_water",
model = "models/props_junk/garbage_plasticbottle003a.mdl",
price = 100,
max = 20,
cmd = "buywater"
allowed = {TEAM_FABRICANTDEMETH}
})
 
Zozo147

Zozo147

Helpeur Divin
Messages
1 814
Score réaction
848
Points
430
A water, il manque une virgule sur cmd = "buywater"
 
  • J'aime
Réactions: BySn0wHD
  • Initiateur de la discussion
B

BySn0wHD

Geek
Messages
36
Score réaction
1
Points
60
Zozo147 à dit:
A water, il manque une virgule sur cmd = "buywater"
MERCI BEAUCOUP SA MARCHE C SUPER J'AI REUSSI MA JOURNER

merci a toi vraiment ;)
 
Discord d'entraide
Rejoignz-nous sur Discord