Configuration

Everything you need to configure is inside config.lua, but you can edit css file aswell for things that aren't inside config.

If you need other customizations that arent inside config, open ticket on our discord we will try our best to fulfill your needs.

Notifications

Basic trigger for notifications:

TriggerEvent("sigmaHud:Notification", text, type, length, title)

text = Text of notification

type = primary,error or done

length = in ms, how long notification is shown

title = Bolded text of notification that is on top

Announcement

TriggerEvent("sigmaHud:announcement", content, sender, time)

content = Text of announcement

sender = for example can be player name or server name

time = in ms, how long announcement is shown

DrawText

exports.sigmaHud:Tick(text, time)

text = text of a drawtext, if you put something between [ ] it will be bold and in other color

ime = in ms, how long drawtext is shown

Last updated