Main/resources/[carscripts]/slashtires/bridge/notification/qb.lua
2025-06-07 08:51:21 +02:00

5 lines
165 B
Lua

---Displays a notification to the player
---@param message string
function DisplayNotification(message)
TriggerEvent('QBCore:Notify', message, 'error')
end