- Initiateur de la discussion
Eden'
Geek
- Messages
- 20
- Score réaction
- 1
- Points
- 80
Bonsoir,
J'aurais besoin de vos services car j'ai un soucis. J'ai acheté un addons sur scriptfodder (printers), j'ai mis les printers dans les entités tout sa mais une fois en jeu mon printer n'apparait pas une fois l'achat fait.
Comment faire ?
Voici les codes dans entities.lua
Je suis dispo pour toute demande d'info !
Merci d'avance.
J'aurais besoin de vos services car j'ai un soucis. J'ai acheté un addons sur scriptfodder (printers), j'ai mis les printers dans les entités tout sa mais une fois en jeu mon printer n'apparait pas une fois l'achat fait.
Comment faire ?
Voici les codes dans entities.lua
Code:
DarkRP.createEntity("Machine À carte", { ent = "sent_arc_pinmachine", model = "models/arc/atm_cardmachine.mdl", price = 750, max = 2, cmd = "buypin",
})
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 = 2000, max = 2, cmd = "buyblueprinter"
})
DarkRP.createEntity("Red Printer", { ent = "boost_printer_red", model = "models/props_c17/consolebox01a.mdl", price = 4000, max = 2, cmd = "buyredprinter"
})
DarkRP.createEntity("Green Printer", { ent = "boost_printer_green", model = "models/props_c17/consolebox01a.mdl", price = 8000, max = 2, cmd = "buygreenprinter"
})
DarkRP.createEntity("Yellow Printer", { ent = "boost_printer_yellow", model = "models/props_c17/consolebox01a.mdl", price = 16000, max = 2, cmd = "buyyellowprinter"
})
DarkRP.createEntity("Purple Printer", { ent = "boost_printer_purple", model = "models/props_c17/consolebox01a.mdl", price = 22000, max = 2, cmd = "buypurpleprinter"
})
Je suis dispo pour toute demande d'info !
Merci d'avance.