7 lines
		
	
	
		
			No EOL
		
	
	
		
			174 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			174 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| RegisterNetEvent('av_weather:notification', function(msg,type)
 | |
|     lib.notify({
 | |
|         title = 'AV Weather',
 | |
|         description = msg,
 | |
|         type = type
 | |
|     })
 | |
| end) | 
