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

7 lines
256 B
Lua

---Displays a notification to the player
---@param message string
function DisplayNotification(message)
BeginTextCommandThefeedPost('STRING')
AddTextComponentSubstringPlayerName(message)
EndTextCommandThefeedPostTicker(false, false)
end