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_CARTRANSMITTER

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)
Previousshared/translate.luaNextshared/config.lua

Last updated 9 months ago