1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-26 03:23:18 +02:00
parent a32228ba5f
commit 93926f0de7
5 changed files with 126 additions and 213 deletions

View file

@ -2,20 +2,20 @@
Config = {}
Config.Locale = 'de' -- 'en', 'fr', 'de', 'es', 'it', 'pt', 'tr' -- Language
Config.Locale = 'en' -- 'en', 'fr', 'de', 'es', 'it', 'pt', 'tr' -- Language
Config.Debug = true
Config.Debug = false
Config.Notify = 'okok' --ox, esx, okok,qb,wasabi,custom
Config.Notify = 'ox' --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.PrinterModel = {`prop_printer_02`,`prop_printer_01`}
Config.ItemName = 'printerdocument'
Config.ItemName = 'paper'
Config.Print = {
Price = 0, --Price
Price = 50, --Price
Account = 'bank' --This is the account your money will be deducted
}