stevku's workshop
  • 🚕stevku_taxijob
    • shared/config.lua
    • shared/translate.lua
    • client/provide.lua
  • STEVKU_CARTRANSMITTER
    • shared/config.lua
    • shared/translate.lua
    • client/provide.lua
  • stevku_medicalpc
    • shared/config.lua
    • server/provide.lua
    • Incident API
  • STEVKU_PAGERS
    • client/provide.lua
    • shared/config.lua
    • shared/translate.lua
    • Pager API
Powered by GitBook
On this page
  1. STEVKU_PAGERS

client/provide.lua

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)

PreviousIncident APINextshared/config.lua

Last updated 6 months ago