• Salut Visiteur ! ✌
    Découvre nos partenaires officiels avec VeryLeak's. Des choix réfléchis, dignes de confiance pour tes avantages.

    StoryFound | REFUNDER TEAM

    StoryFound

    Rejoindre le Canal ✨ ou Plus d'information 📃

    Une question ? Rejoingnez nos différents canaux (Discord, Telegram, Revolt)

    Nos Canaux Communautaires

    Cet affichage peut se clôturer définitivement via la croix en haut à droite.

Traité Printer

Thilo

VeryLeak's Unique Member 👑
Level 1

Torrents Stats

Messages
141
J'aime
649
Trophées
840
Inscrit
20 Décembre 2015
Bonjour je voudrais savoir apres avoir mis cette addons : Link Removed
comme les mettres dans entités
 

H4X0RR

VeryLeak's Unique Member 👑
Level 5

Torrents Stats

Messages
1 503
J'aime
1 208
Trophées
830
Inscrit
26 Novembre 2015
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"
})
 
Haut Bas