Client exports
Show notification
exports.mt_hud:showNotification({
type = 'info',
message = 'This is an info notification',
duration = 5000
})Show notification
exports.mt_hud:showNotification({
type = 'info',
message = 'This is an info notification',
duration = 5000
})