Weather
-- use variable currentShop to get the current shop name and maybe trigger a different weather based on shop
function weather(freeze)
if freeze then
TriggerEvent('av_weather:freeze', true, 19, 40, 'EXTRASUNNY', false)
else
TriggerEvent('av_weather:freeze', false)
end
endLast updated