8 lines
		
	
	
		
			No EOL
		
	
	
		
			300 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			300 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
if GetResourceState('lb-tablet') == 'missing' then return end
 | 
						|
Dispatch = Dispatch or {}
 | 
						|
 | 
						|
RegisterNetEvent("community_bridge:server:dispatch:sendAlert", function(data)
 | 
						|
    exports["lb-tablet"]:AddDispatch(data) -- this has a return value but we dont really have a use for it atm.
 | 
						|
end)
 | 
						|
 | 
						|
return Dispatch |