Désoler je vous avais oublier x)
Ajoute ceci dans ton entity.lua
})
DarkRP.createEntity("Cooling Cell", {
ent = "boost_cooling",
model = "models/Items/battery.mdl",
price = 20,
max = 12,
cmd = "buycoolingcell"
})
DarkRP.createEntity("Batterie Printers", {
ent = "boost_battery",
model = "models/Items/car_battery01.mdl",
price = 100,
max = 6,
cmd = "buybattery"
})
DarkRP.createEntity("Blue Printer", {
ent = "boost_printer",
model = "models/props_c17/consolebox01a.mdl",
price = 6000,
max = 2,
cmd = "buyblueprinter"
})
DarkRP.createEntity("Red Printer", {
ent = "boost_printer_red",
model = "models/props_c17/consolebox01a.mdl",
price = 12000,
max = 2,
cmd = "buyredprinter"
})
DarkRP.createEntity("Green Printer", {
ent = "boost_printer_green",
model = "models/props_c17/consolebox01a.mdl",
price = 18000,
max = 2,
cmd = "buygreenprinter"
})
DarkRP.createEntity("Yellow Printer", {
ent = "boost_printer_yellow",
model = "models/props_c17/consolebox01a.mdl",
price = 35000,
max = 2,
cmd = "buyyellowprinter"
})
DarkRP.createEntity("Purple Printer", {
ent = "boost_printer_purple",
model = "models/props_c17/consolebox01a.mdl",
price = 60000,
max = 2,
cmd = "buypurpleprinter"
})