forked from Simnation/Main
fix
This commit is contained in:
parent
a32228ba5f
commit
93926f0de7
5 changed files with 126 additions and 213 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue