1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/pl_printer/config.lua

29 lines
672 B
Lua
Raw Normal View History

2025-06-26 02:53:14 +02:00
Config = {}
2025-06-26 16:24:57 +02:00
Config.Locale = 'de' -- 'en', 'fr', 'de', 'es', 'it', 'pt', 'tr' -- Language
2025-06-26 02:53:14 +02:00
2025-07-14 00:42:43 +02:00
Config.Debug = false
2025-06-26 02:53:14 +02:00
2025-07-13 23:58:41 +02:00
Config.Notify = 'qb' --ox, esx, okok,qb,wasabi,custom
2025-06-26 02:53:14 +02:00
Config.CheckItem = false --If you want player to have item before opening
2025-06-26 04:24:40 +02:00
Config.PrinterModel = {`prop_printer_02`,`prop_printer_01`,`v_res_printer`}
2025-06-26 02:53:14 +02:00
2025-06-26 04:26:22 +02:00
Config.ItemName = 'printerdocument'
2025-06-26 02:53:14 +02:00
Config.Print = {
2025-06-26 03:23:18 +02:00
Price = 50, --Price
2025-06-26 02:53:14 +02:00
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
}