forked from Simnation/Main
drucker und fixes
This commit is contained in:
parent
5e9804135d
commit
bebc98abca
29 changed files with 673 additions and 7 deletions
28
resources/[inventory]/pl_printer/config.lua
Normal file
28
resources/[inventory]/pl_printer/config.lua
Normal file
|
@ -0,0 +1,28 @@
|
|||
|
||||
|
||||
Config = {}
|
||||
|
||||
Config.Locale = 'de' -- 'en', 'fr', 'de', 'es', 'it', 'pt', 'tr' -- Language
|
||||
|
||||
Config.Debug = false
|
||||
|
||||
Config.Notify = 'okok' --ox, esx, okok,qb,wasabi,custom
|
||||
|
||||
Config.CheckItem = true --If you want player to have item before opening
|
||||
|
||||
Config.PrinterModel = {`prop_printer_02`,`prop_printer_01`,`v_res_printer`}
|
||||
|
||||
Config.ItemName = 'paper'
|
||||
|
||||
Config.Print = {
|
||||
Price = 0, --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
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue