5 lines
		
	
	
		
			No EOL
		
	
	
		
			168 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			168 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| if GetResourceState('ps-dispatch') == 'missing' then return end
 | |
| if GetResourceState('lb-tablet') == 'started' then return end
 | |
| Dispatch = Dispatch or {}
 | |
| 
 | |
| return Dispatch | 
