Events/exports

cxa-hud events and exports

You can join our Discord to stay updated and keep track of updates for all our resources.

Notify export;

exports["cxa-hud"]:SendNotify(icon, title, message, time)

icon: https://fontawesome.com/icons title: String value message: String value time: Number 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 event;

TriggerEvent(“cxa-hud:client:setHud”, value)

value: Boolean value

Last updated