1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/pl_printer/config.lua
2025-06-26 04:34:03 +02:00

28 lines
674 B
Lua

Config = {}
Config.Locale = 'en' -- 'en', 'fr', 'de', 'es', 'it', 'pt', 'tr' -- Language
Config.Debug = false
Config.Notify = 'okok' --ox, esx, okok,qb,wasabi,custom
Config.CheckItem = false --If you want player to have item before opening
Config.PrinterModel = {`prop_printer_02`,`prop_printer_01`,`v_res_printer`}
Config.ItemName = 'printerdocument'
Config.Print = {
Price = 50, --Price
Account = 'bank' --This is the account your money will be deducted
}
Config.EnableLocation = false
Config.Locations = {
{coords = vector3(451.53, -923.32, 28.44), heading = 190.0, object = "prop_printer_02"},
-- Add more locations with coords and heading
}