client/provide.lua

All you can find in client/provide.lua

RegisterNetEvent('stevku_cartransmitter:provide:notify', function(text)
    exports['pNotify']:SendNotification({text = text, layout = 'centerRight', type = 'info', timeout = 10000})
end)
RegisterNetEvent('stevku_cartransmitter:provide:policeNotify', function()
    -- connect police notify
end)

Last updated