-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.lua
More file actions
21 lines (18 loc) · 861 Bytes
/
config.lua
File metadata and controls
21 lines (18 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Config = {}
----------------------------------------------------------------
Config.Locale = 'de'
Config.VersionChecker = true
----------------------------------------------------------------
-- !!! This function is clientside AND serverside !!!
Config.Notification = function(source, message, info)
if IsDuplicityVersion() then -- serverside
MSK.Notification(source, 'MSK Dustbin', message, info)
else -- clientside
MSK.Notification('MSK Dustbin', message, info)
end
end
----------------------------------------------------------------
Config.Hotkey = 38
Config.Inventory = 'ox_lib' -- Set to 'ox_lib', 'chezza' or 'ox_inventory'
Config.Dustbins = {684586828, 577432224, 218085040, 666561306, 1511880420, 682791951}
Config.RemoveItemsOnRestart = true -- Set false if you don't want that items will be removed after server restart