10 lines
		
	
	
	
		
			313 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			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
 | 
						|
    }
 | 
						|
}
 |