All you can find in client/provide.lua
RegisterNetEvent('stevku_pagers:provide:notify', function(text) exports['pNotify']:SendNotification({text = text, timeout = 5000, layout = 'centerRight', type = 'info'}) end)
Last updated 6 months ago