Events/exports
cxa-hud events and exports
Notify event;
TriggerClientEvent("cxa-hud:sendNotification", title, message, icon, length, type, playSound)
title: String value message: String value icon: https://fontawesome.com/icons length: Number value type: 'error', 'primary', 'success' or 'warning' playSound: Sound name message: String value


Stress event;
Stress adding event (client-side);
TriggerEvent("cxa-hud:stress:add", value)
Stress removing event (client-side);
TriggerEvent("cxa-hud:stress:decrease", value)
value: Number value


Show/Hide export;
exports["cxa-hud"]:showHide(value)
value: Boolean value


Last updated