Main/resources/[inventory]/mr-consumables/config/cl_config.lua
2025-06-07 08:51:21 +02:00

10 lines
313 B
Lua

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
}
}