Main/resources/[inventory]/mr-consumables/config/cl_config.lua

11 lines
313 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
CLConfig = {
UI = {
TextUI = "ox_lib" -- The Type Of Text UI You Want To Use (gta, ox_lib or custom)
},
Keybinds = {
Use = "E", -- The Keybind To Use The Item
Drop = "G", -- The Keybind To Drop The Item
StopDebug = "X" -- The Keybind To Stop Debugging
}
}