Skip to main content

Notification

exports['wd-hud']:sendNotification({
title = "Notification Title",
description = "Notification Description",
duration = 5000,
})

or

TriggerEvent('wd-hud:sendNotification', {
title = "Notification Title",
description = "Notification Description",
duration = 5000
})