1
0
Fork 0
forked from Simnation/Main
Main/resources/[Developer]/[Mark]/av_weather/client/editable/notification.lua
2025-06-07 08:51:21 +02:00

7 lines
No EOL
174 B
Lua

RegisterNetEvent('av_weather:notification', function(msg,type)
lib.notify({
title = 'AV Weather',
description = msg,
type = type
})
end)