Main/resources/[carscripts]/slashtires/bridge/notification/ox.lua

9 lines
213 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
---Displays a notification to the player
---@param message string
function DisplayNotification(message)
TriggerEvent('ox_lib:notify', {
description = message,
type = 'error'
})
end