-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathconfig.lua
More file actions
29 lines (17 loc) · 700 Bytes
/
config.lua
File metadata and controls
29 lines (17 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Config = {}
Config.Locale = 'en' -- 'en', 'fr', 'de', 'es', 'it', 'pt', 'tr' -- Language
Config.Debug = false
Config.Notify = 'ox' --ox, esx, okok,qb,wasabi,custom
Config.InputDialog = 'ox_lib' --'ox_lib', 'lation_ui'
Config.CheckItem = false --If you want player to have item before opening
Config.PrinterModel = {`prop_printer_02`,`prop_printer_01`}
Config.ItemName = 'paper'
Config.Print = {
Price = 50, --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
}