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