13 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
Framework = {}
 | 
						|
 | 
						|
function Framework.ESX()
 | 
						|
    return GetResourceState("es_extended") ~= "missing"
 | 
						|
end
 | 
						|
 | 
						|
function Framework.QBCore()
 | 
						|
    return GetResourceState("qb-core") ~= "missing"
 | 
						|
end
 | 
						|
 | 
						|
function Framework.Ox()
 | 
						|
    return GetResourceState("ox_core") ~= "missing"
 | 
						|
end
 |