forked from Simnation/Main
6 lines
165 B
Lua
6 lines
165 B
Lua
![]() |
---Displays a notification to the player
|
||
|
---@param message string
|
||
|
function DisplayNotification(message)
|
||
|
TriggerEvent('QBCore:Notify', message, 'error')
|
||
|
end
|