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)