- Initiateur de la discussion
M
Mehdi2904
Geek suprême
- Messages
- 848
- Score réaction
- 88
- Points
- 145
Salut, depuis quelques minutes j'ai un "double shop" Enfaite, dans le f4, entities on a les printers, la drogue ect et encore les printer puis encore la drogue...
J'ai le F4EliteMenu
DarkRP.createEntity("Amelioration de stockage pour printer ", {
ent = "storage_upgrade",
model = "models/props_lab/reciever01a.mdl",
price = 1000,
max = 3,
cmd = "buystorangeupgrade"
})
DarkRP.createEntity("Amelioration de puissance pour printer ", {
ent = "amount_upgrade",
model = "models/props_lab/reciever01d.mdl",
price = 500,
max = 9,
cmd = "buyamountupgrade"
})
DarkRP.createEntity("Printer VIP+ ", {
ent = "diamond_tomasmoneyprinter",
model = "models/props_c17/consolebox01a.mdl",
price = 10000,
max = 3,
cmd = "buydiamondprinter",
customCheck = function(ply) return ply:IsUserGroup("Fondateur","Co-fondateur","vip+","moderateur") end,
CustomCheckFailMsg = "Vous devez etre VIP+"
})
DarkRP.createEntity("Printer débutant ", {
ent = "emerald_tomasmoneyprinter",
model = "models/props_c17/consolebox01a.mdl",
price = 1000,
max = 3,
cmd = "buyemeraldprinter"
})
DarkRP.createEntity("Printer VIP ", {
ent = "gold_tomasmoneyprinter",
model = "models/props_c17/consolebox01a.mdl",
price = 8000,
max = 3,
cmd = "buygoldprinter",
customCheck = function(ply) return ply:IsUserGroup("Fondateur","Co-fondateur","vip+","vip","moderateur") end,
CustomCheckFailMsg = "Vous devez etre VIP"
})
DarkRP.createEntity("Printer confirmé ", {
ent = "ruby_tomasmoneyprinter",
model = "models/props_c17/consolebox01a.mdl",
price = 3500,
max = 3,
cmd = "buyrubyprinter"
})
DarkRP.createEntity("Encre ", {
ent = "ink_upgrade",
model = "models/props_lab/jar01b.mdl",
price = 20,
max = 6,
cmd = "buyprinterink"
})
DarkRP.createEntity("Papier ", {
ent = "paper_upgrade",
model = "models/props/cs_office/paper_towels.mdl",
price = 20,
max = 6,
cmd = "buyprinterpaper"
})
DarkRP.createEntity("Extincteur ", {
ent = "fire_extinguisher",
model = "models/props/cs_office/fire_extinguisher.mdl",
price = 150,
max = 1,
cmd = "buyfireextinguisher"
})
DarkRP.createEntity( "Weed", {
ent = "durgz_weed",
model = "models/katharsmodels/contraband/zak_wiet/zak_wiet.mdl",
price = 1500,
max = 2,
cmd = "weed",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Meth", {
ent = "durgz_meth",
model = "models/katharsmodels/contraband/metasync/blue_sky.mdl",
price = 2500,
max = 2,
cmd = "meth",
allowed = {TEAM_DEALER},
})
DarkRP.createEntity( "Eau", {
ent = "durgz_water",
model = "models/drug_mod/the_bottle_of_water.mdl",
price = 500,
max = 2,
cmd = "eau",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Cigarette", {
ent = "durgz_cigarette",
model = "models/boxopencigshib.mdl",
price = 1000,
max = 3,
cmd = "Cigarette",
allowed = {TEAM_DEALER}
})
DarkRP.createEntity( "LSD", {
ent = "durgz_lsd",
model = "models/smile/smile.mdl",
price = 3000,
max = 1,
cmd = "LSD",
allowed = {TEAM_DEALER}
})
DarkRP.createEntity("Bouteille de gaz", {
ent = "eml_gas",
model = "models/props_c17/canister01a.mdl",
price = 25,
max = 5,
cmd = "buygascanister",
allowed = {TEAM_WEED}
})
DarkRP.createEntity("Liquid Iodine", {
ent = "eml_iodine",
model = "models/props_lab/jar01b.mdl",
price = 25,
max = 20,
cmd = "buyiodine",
allowed = {TEAM_METH}
})
DarkRP.createEntity("Jar", {
ent = "eml_jar",
model = "models/props_lab/jar01a.mdl",
price = 25,
max = 20,
cmd = "buyjar",
allowed = {TEAM_METH}
})
DarkRP.createEntity("Muriatic Acid", {
ent = "eml_macid",
model = "models/props_junk/garbage_plasticbottle001a.mdl",
price = 25,
max = 20,
cmd = "buymacid",
allowed = {TEAM_METH}
})
DarkRP.createEntity("Pot", {
ent = "eml_pot",
model = "models/props_c17/metalPot001a.mdl",
price = 25,
max = 20,
cmd = "buypot",
allowed = {TEAM_METH}
})
DarkRP.createEntity("Special Pot", {
ent = "eml_spot",
model = "models/props_c17/metalPot001a.mdl",
price = 25,
max = 20,
cmd = "buyspot",
allowed = {TEAM_METH}
})
DarkRP.createEntity("Stove", {
ent = "eml_stove",
model = "models/props_c17/furnitureStove001a.mdl",
price = 25,
max = 5,
cmd = "buystove",
allowed = {TEAM_METH}
})
DarkRP.createEntity("Liquid Sulfur", {
ent = "eml_sulfur",
model = "models/props_lab/jar01b.mdl",
price = 25,
max = 20,
cmd = "buysulfur",
allowed = {TEAM_METH}
})
DarkRP.createEntity("Water", {
ent = "eml_water",
model = "models/props_junk/garbage_plasticbottle003a.mdl",
price = 25,
max = 20,
cmd = "buywater",
allowed = {TEAM_METH}
})
DarkRP.createEntity( "Batterie", {
ent = "adrug_battery",
model = "models/items/car_battery01.mdl",
price = 50,
max = 1,
cmd = "buybatterie",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Essence", {
ent = "adrug_fuel",
model = "models/props_junk/gascan001a.mdl",
price = 50,
max = 2,
cmd = "buyfuel",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Générateur", {
ent = "adrug_generator",
model = "models/props_vehicles/generatortrailer01.mdl",
price = 50,
max = 3,
cmd = "buygenerateur",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Lampe", {
ent = "adrug_heat_lamp",
model = "models/props_c17/light_floodlight02_off.mdl",
price = 50,
max = 4,
cmd = "buylampe",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Eau", {
ent = "adrug_water",
model = "models/props_junk/garbage_plasticbottle003a.mdl",
price = 25,
max = 4,
cmd = "buyweedwather",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Weed pot", {
ent = "adrug_weed_plant",
model = "models/props_junk/garbage_plasticbottle003a.mdl",
price = 25,
max = 6,
cmd = "buyweedpot",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Weed seed", {
ent = "adrug_weed_seed",
model = "models/props/de_inferno/crate_fruit_break_gib2.mdl",
price = 100,
max = 6,
cmd = "buyweedseed",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Pied de biche", {
ent = "lockpick",
model = "models/weapons/w_crowbar.mdl",
price = 500,
max = 6,
cmd = "buylockpick",
allowed = {TEAM_QUINCALLIER},
})
DarkRP.createEntity( "Keypad cracker", {
ent = "keypad_cracker",
model = "models/weapons/w_c4.mdl",
price = 500,
max = 6,
cmd = "buykeypad",
allowed = {TEAM_QUINCALLIER},
})
DarkRP.createEntity( "Kevlar", {
ent = "heavy kevlar armor",
model = "models/weapons/w_crowbar.mdl",
price = 1500,
max = 6,
cmd = "buykevlar",
allowed = {TEAM_QUINCALLIER},
})
DarkRP.createEntity( "Grenade Fumigene", {
ent = "weapon_real_cs_smoke",
model = "models/weapons/w_grenade.mdl ",
price = 1500,
max = 6,
cmd = "buysmoke",
allowed = {TEAM_QUINCALLIER},
})
DarkRP.createEntity( "Munition fusil d'assaut", {
ent = "m9k_ammo_ar2",
model = "models/items/boxmrounds.mdl ",
price = 200,
max = 6,
cmd = "buyammo",
})
DarkRP.createEntity( "Munition SMG", {
ent = "m9k_ammo_smg",
model = "models/items/boxmrounds.mdl ",
price = 150,
max = 6,
cmd = "buyammosmg",
})
DarkRP.createEntity( "Munition pistolé", {
ent = "m9k_ammo_pistol",
model = "models/items/boxmrounds.mdl ",
price = 100,
max = 6,
cmd = "buyammops",
})
DarkRP.createEntity( "Extincteur", {
ent = "weapon_extinguisher",
model = "weapon_extinguisher ",
price = 1000,
max = 2,
cmd = "buyextins",
})
DarkRP.createEntity( "Valise de déguisement", {
ent = "test_suitcase",
model = "models/props_c17/SuitCase001a.mdl",
price = 1000,
max = 1,
cmd = "buysuitcase",
allowed = {TEAM_POLICE, TEAM_bac, TEAM_CHEFPOLICE, TEAM_GANG, TEAM_CHEFGANG, TEAM_GIGN, TEAM_CHEFGIGN},
})
J'ai le F4EliteMenu
DarkRP.createEntity("Amelioration de stockage pour printer ", {
ent = "storage_upgrade",
model = "models/props_lab/reciever01a.mdl",
price = 1000,
max = 3,
cmd = "buystorangeupgrade"
})
DarkRP.createEntity("Amelioration de puissance pour printer ", {
ent = "amount_upgrade",
model = "models/props_lab/reciever01d.mdl",
price = 500,
max = 9,
cmd = "buyamountupgrade"
})
DarkRP.createEntity("Printer VIP+ ", {
ent = "diamond_tomasmoneyprinter",
model = "models/props_c17/consolebox01a.mdl",
price = 10000,
max = 3,
cmd = "buydiamondprinter",
customCheck = function(ply) return ply:IsUserGroup("Fondateur","Co-fondateur","vip+","moderateur") end,
CustomCheckFailMsg = "Vous devez etre VIP+"
})
DarkRP.createEntity("Printer débutant ", {
ent = "emerald_tomasmoneyprinter",
model = "models/props_c17/consolebox01a.mdl",
price = 1000,
max = 3,
cmd = "buyemeraldprinter"
})
DarkRP.createEntity("Printer VIP ", {
ent = "gold_tomasmoneyprinter",
model = "models/props_c17/consolebox01a.mdl",
price = 8000,
max = 3,
cmd = "buygoldprinter",
customCheck = function(ply) return ply:IsUserGroup("Fondateur","Co-fondateur","vip+","vip","moderateur") end,
CustomCheckFailMsg = "Vous devez etre VIP"
})
DarkRP.createEntity("Printer confirmé ", {
ent = "ruby_tomasmoneyprinter",
model = "models/props_c17/consolebox01a.mdl",
price = 3500,
max = 3,
cmd = "buyrubyprinter"
})
DarkRP.createEntity("Encre ", {
ent = "ink_upgrade",
model = "models/props_lab/jar01b.mdl",
price = 20,
max = 6,
cmd = "buyprinterink"
})
DarkRP.createEntity("Papier ", {
ent = "paper_upgrade",
model = "models/props/cs_office/paper_towels.mdl",
price = 20,
max = 6,
cmd = "buyprinterpaper"
})
DarkRP.createEntity("Extincteur ", {
ent = "fire_extinguisher",
model = "models/props/cs_office/fire_extinguisher.mdl",
price = 150,
max = 1,
cmd = "buyfireextinguisher"
})
DarkRP.createEntity( "Weed", {
ent = "durgz_weed",
model = "models/katharsmodels/contraband/zak_wiet/zak_wiet.mdl",
price = 1500,
max = 2,
cmd = "weed",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Meth", {
ent = "durgz_meth",
model = "models/katharsmodels/contraband/metasync/blue_sky.mdl",
price = 2500,
max = 2,
cmd = "meth",
allowed = {TEAM_DEALER},
})
DarkRP.createEntity( "Eau", {
ent = "durgz_water",
model = "models/drug_mod/the_bottle_of_water.mdl",
price = 500,
max = 2,
cmd = "eau",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Cigarette", {
ent = "durgz_cigarette",
model = "models/boxopencigshib.mdl",
price = 1000,
max = 3,
cmd = "Cigarette",
allowed = {TEAM_DEALER}
})
DarkRP.createEntity( "LSD", {
ent = "durgz_lsd",
model = "models/smile/smile.mdl",
price = 3000,
max = 1,
cmd = "LSD",
allowed = {TEAM_DEALER}
})
DarkRP.createEntity("Bouteille de gaz", {
ent = "eml_gas",
model = "models/props_c17/canister01a.mdl",
price = 25,
max = 5,
cmd = "buygascanister",
allowed = {TEAM_WEED}
})
DarkRP.createEntity("Liquid Iodine", {
ent = "eml_iodine",
model = "models/props_lab/jar01b.mdl",
price = 25,
max = 20,
cmd = "buyiodine",
allowed = {TEAM_METH}
})
DarkRP.createEntity("Jar", {
ent = "eml_jar",
model = "models/props_lab/jar01a.mdl",
price = 25,
max = 20,
cmd = "buyjar",
allowed = {TEAM_METH}
})
DarkRP.createEntity("Muriatic Acid", {
ent = "eml_macid",
model = "models/props_junk/garbage_plasticbottle001a.mdl",
price = 25,
max = 20,
cmd = "buymacid",
allowed = {TEAM_METH}
})
DarkRP.createEntity("Pot", {
ent = "eml_pot",
model = "models/props_c17/metalPot001a.mdl",
price = 25,
max = 20,
cmd = "buypot",
allowed = {TEAM_METH}
})
DarkRP.createEntity("Special Pot", {
ent = "eml_spot",
model = "models/props_c17/metalPot001a.mdl",
price = 25,
max = 20,
cmd = "buyspot",
allowed = {TEAM_METH}
})
DarkRP.createEntity("Stove", {
ent = "eml_stove",
model = "models/props_c17/furnitureStove001a.mdl",
price = 25,
max = 5,
cmd = "buystove",
allowed = {TEAM_METH}
})
DarkRP.createEntity("Liquid Sulfur", {
ent = "eml_sulfur",
model = "models/props_lab/jar01b.mdl",
price = 25,
max = 20,
cmd = "buysulfur",
allowed = {TEAM_METH}
})
DarkRP.createEntity("Water", {
ent = "eml_water",
model = "models/props_junk/garbage_plasticbottle003a.mdl",
price = 25,
max = 20,
cmd = "buywater",
allowed = {TEAM_METH}
})
DarkRP.createEntity( "Batterie", {
ent = "adrug_battery",
model = "models/items/car_battery01.mdl",
price = 50,
max = 1,
cmd = "buybatterie",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Essence", {
ent = "adrug_fuel",
model = "models/props_junk/gascan001a.mdl",
price = 50,
max = 2,
cmd = "buyfuel",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Générateur", {
ent = "adrug_generator",
model = "models/props_vehicles/generatortrailer01.mdl",
price = 50,
max = 3,
cmd = "buygenerateur",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Lampe", {
ent = "adrug_heat_lamp",
model = "models/props_c17/light_floodlight02_off.mdl",
price = 50,
max = 4,
cmd = "buylampe",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Eau", {
ent = "adrug_water",
model = "models/props_junk/garbage_plasticbottle003a.mdl",
price = 25,
max = 4,
cmd = "buyweedwather",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Weed pot", {
ent = "adrug_weed_plant",
model = "models/props_junk/garbage_plasticbottle003a.mdl",
price = 25,
max = 6,
cmd = "buyweedpot",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Weed seed", {
ent = "adrug_weed_seed",
model = "models/props/de_inferno/crate_fruit_break_gib2.mdl",
price = 100,
max = 6,
cmd = "buyweedseed",
allowed = {TEAM_WEED},
})
DarkRP.createEntity( "Pied de biche", {
ent = "lockpick",
model = "models/weapons/w_crowbar.mdl",
price = 500,
max = 6,
cmd = "buylockpick",
allowed = {TEAM_QUINCALLIER},
})
DarkRP.createEntity( "Keypad cracker", {
ent = "keypad_cracker",
model = "models/weapons/w_c4.mdl",
price = 500,
max = 6,
cmd = "buykeypad",
allowed = {TEAM_QUINCALLIER},
})
DarkRP.createEntity( "Kevlar", {
ent = "heavy kevlar armor",
model = "models/weapons/w_crowbar.mdl",
price = 1500,
max = 6,
cmd = "buykevlar",
allowed = {TEAM_QUINCALLIER},
})
DarkRP.createEntity( "Grenade Fumigene", {
ent = "weapon_real_cs_smoke",
model = "models/weapons/w_grenade.mdl ",
price = 1500,
max = 6,
cmd = "buysmoke",
allowed = {TEAM_QUINCALLIER},
})
DarkRP.createEntity( "Munition fusil d'assaut", {
ent = "m9k_ammo_ar2",
model = "models/items/boxmrounds.mdl ",
price = 200,
max = 6,
cmd = "buyammo",
})
DarkRP.createEntity( "Munition SMG", {
ent = "m9k_ammo_smg",
model = "models/items/boxmrounds.mdl ",
price = 150,
max = 6,
cmd = "buyammosmg",
})
DarkRP.createEntity( "Munition pistolé", {
ent = "m9k_ammo_pistol",
model = "models/items/boxmrounds.mdl ",
price = 100,
max = 6,
cmd = "buyammops",
})
DarkRP.createEntity( "Extincteur", {
ent = "weapon_extinguisher",
model = "weapon_extinguisher ",
price = 1000,
max = 2,
cmd = "buyextins",
})
DarkRP.createEntity( "Valise de déguisement", {
ent = "test_suitcase",
model = "models/props_c17/SuitCase001a.mdl",
price = 1000,
max = 1,
cmd = "buysuitcase",
allowed = {TEAM_POLICE, TEAM_bac, TEAM_CHEFPOLICE, TEAM_GANG, TEAM_CHEFGANG, TEAM_GIGN, TEAM_CHEFGIGN},
})