- Initiateur de la discussion
- Banni
rexlafureur
Psychopathe
- Messages
- 1 054
- Score réaction
- 83
- Points
- 220
Sa n'apparait pas dans les entites :
DarkRP.createEntity("Large Container", {
ent = "itemstore_box_large",
model = "models/props/cs_office/Cardboard_box02.mdl",
price = 1000,
max = 3,
cmd = "grandcarton",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Small Container", {
ent = "itemstore_box_small",
model = "models/props/cs_office/Cardboard_box02.mdl",
price = 500,
max = 3,
cmd = "petitcarton",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Casserole Phosphore Rouge", {
ent = "eml_pot",
model = "models/props_c17/metalPot001a.mdl",
price = 2000,
max = 1,
cmd = "casserolephospore",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Casserole Meth", {
ent = "eml_spot",
model = "models/props_c17/metalPot001a.mdl",
price = 3500,
max = 1,
cmd = "casserolemeth",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Liquide Iodine", {
ent = "eml_iodine",
model = "models/props_lab/jar01b.mdl",
price = 1000,
max = 1,
cmd = "liquiodine",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Pot de melange", {
ent = "eml_jar",
model = "models/props_lab/jar01a.mdl",
price = 50,
max = 1,
cmd = "potmelange",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Acide muriatique", {
ent = "eml_macid",
model = "models/props_lab/jar01b.mdl",
price = 500,
max = 1,
cmd = "acitemuria",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Souffre", {
ent = "eml_sulfur",
model = "models/props_lab/jar01b.mdl",
price = 500,
max = 1,
cmd = "souffre",
allowed = {TEAM_METH}},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Gaziniere", {
ent = "eml_stove",
model = "models/props_c17/furnitureStove001a.mdl",
price = 2000,
max = 1,
cmd = "gazi",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Gaz", {
ent = "eml_gas",
model = "models/props_c17/canister01a.mdl",
price = 1000,
max = 1,
cmd = "gaz",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Eau", {
ent = "eml_water",
model = "models/props_junk/garbage_plasticbottle003a.mdl",
price = 50,
max = 1,
cmd = "eaue",
category = "Drogues",
allowed = {TEAM_METH},
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity( "Héroine", {
ent = "durgz_heroine",
model = "models/katharsmodels/syringe_out/syringe_out.mdl",
price = 250,
max = 5,
cmd = "buyheroine",
allowed = {TEAM_DRUGS}},
category = "Drogues",
-- CustomCheck
})
DarkRP.createEntity( "Lsd", {
ent = "durgz_lsd",
model = "models/smile/smile.mdl",
price = 300,
max = 5,
cmd = "buylsd",
allowed = {TEAM_DRUGS},
category = "Drogues",
-- CustomCheck
})
DarkRP.createEntity( "Metamphetamine", {
ent = "durgz_meth",
model = "models/katharsmodels/contraband/metasync/blue_sky.mdl",
price = 400,
max = 5,
cmd = "buymeth",
allowed = {TEAM_DRUGS},
category = "Drogues",
-- CustomCheck
})
DarkRP.createEntity( "Pcp", {
ent = "durgz_pcp",
model = "models/marioragdoll/Super Mario Galaxy/star/star.mdl",
price = 410,
max = 2,
cmd = "buypcp",
allowed = {TEAM_DRUGS},
category = "Drogues",
-- CustomCheck
})
DarkRP.createEntity( "Marijuana", {
ent = "durgz_weed",
model = "models/katharsmodels/contraband/zak_wiet/zak_wiet.mdl",
price = 450,
max = 5,
cmd = "buyweed",
allowed = {TEAM_DRUGS},
category = "Drogues",
-- CustomCheck
})
DarkRP.createEntity( "Champignon hallucinogène", {
ent = "durgz_mushroom",
model = "models/ipha/mushroom_small.mdl",
price = 350,
max = 7,
cmd = "buymushroom",
allowed = {TEAM_DRUGS},
category = "Drogues",
-- CustomCheck
})
DarkRP.createEntity("Large Container", {
ent = "itemstore_box_large",
model = "models/props/cs_office/Cardboard_box02.mdl",
price = 1000,
max = 3,
cmd = "grandcarton",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Small Container", {
ent = "itemstore_box_small",
model = "models/props/cs_office/Cardboard_box02.mdl",
price = 500,
max = 3,
cmd = "petitcarton",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Casserole Phosphore Rouge", {
ent = "eml_pot",
model = "models/props_c17/metalPot001a.mdl",
price = 2000,
max = 1,
cmd = "casserolephospore",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Casserole Meth", {
ent = "eml_spot",
model = "models/props_c17/metalPot001a.mdl",
price = 3500,
max = 1,
cmd = "casserolemeth",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Liquide Iodine", {
ent = "eml_iodine",
model = "models/props_lab/jar01b.mdl",
price = 1000,
max = 1,
cmd = "liquiodine",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Pot de melange", {
ent = "eml_jar",
model = "models/props_lab/jar01a.mdl",
price = 50,
max = 1,
cmd = "potmelange",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Acide muriatique", {
ent = "eml_macid",
model = "models/props_lab/jar01b.mdl",
price = 500,
max = 1,
cmd = "acitemuria",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Souffre", {
ent = "eml_sulfur",
model = "models/props_lab/jar01b.mdl",
price = 500,
max = 1,
cmd = "souffre",
allowed = {TEAM_METH}},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Gaziniere", {
ent = "eml_stove",
model = "models/props_c17/furnitureStove001a.mdl",
price = 2000,
max = 1,
cmd = "gazi",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Gaz", {
ent = "eml_gas",
model = "models/props_c17/canister01a.mdl",
price = 1000,
max = 1,
cmd = "gaz",
allowed = {TEAM_METH},
category = "Drogues",
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity("Eau", {
ent = "eml_water",
model = "models/props_junk/garbage_plasticbottle003a.mdl",
price = 50,
max = 1,
cmd = "eaue",
category = "Drogues",
allowed = {TEAM_METH},
-- Insert customCheck here if you have one and want one.
})
DarkRP.createEntity( "Héroine", {
ent = "durgz_heroine",
model = "models/katharsmodels/syringe_out/syringe_out.mdl",
price = 250,
max = 5,
cmd = "buyheroine",
allowed = {TEAM_DRUGS}},
category = "Drogues",
-- CustomCheck
})
DarkRP.createEntity( "Lsd", {
ent = "durgz_lsd",
model = "models/smile/smile.mdl",
price = 300,
max = 5,
cmd = "buylsd",
allowed = {TEAM_DRUGS},
category = "Drogues",
-- CustomCheck
})
DarkRP.createEntity( "Metamphetamine", {
ent = "durgz_meth",
model = "models/katharsmodels/contraband/metasync/blue_sky.mdl",
price = 400,
max = 5,
cmd = "buymeth",
allowed = {TEAM_DRUGS},
category = "Drogues",
-- CustomCheck
})
DarkRP.createEntity( "Pcp", {
ent = "durgz_pcp",
model = "models/marioragdoll/Super Mario Galaxy/star/star.mdl",
price = 410,
max = 2,
cmd = "buypcp",
allowed = {TEAM_DRUGS},
category = "Drogues",
-- CustomCheck
})
DarkRP.createEntity( "Marijuana", {
ent = "durgz_weed",
model = "models/katharsmodels/contraband/zak_wiet/zak_wiet.mdl",
price = 450,
max = 5,
cmd = "buyweed",
allowed = {TEAM_DRUGS},
category = "Drogues",
-- CustomCheck
})
DarkRP.createEntity( "Champignon hallucinogène", {
ent = "durgz_mushroom",
model = "models/ipha/mushroom_small.mdl",
price = 350,
max = 7,
cmd = "buymushroom",
allowed = {TEAM_DRUGS},
category = "Drogues",
-- CustomCheck
})