forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
23463ab5c8
commit
c053ebeb4b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
Config = {}
|
||||
|
||||
Config.Locale = 'en' -- 'en', 'fr', 'de', 'es', 'it', 'pt', 'tr' -- Language
|
||||
Config.Locale = 'de' -- 'en', 'fr', 'de', 'es', 'it', 'pt', 'tr' -- Language
|
||||
|
||||
Config.Debug = false
|
||||
|
||||
|
@ -10,7 +10,7 @@ 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`}
|
||||
Config.PrinterModel = {`prop_printer_02`,`prop_printer_01`,`v_res_printer`}
|
||||
|
||||
Config.ItemName = 'prop_printer_02'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue