Exports
Show Hud
exports['kossek-hud']:showHud()Hide Hud
exports['kossek-hud']:hideHud()Change Visiblity
Toggle element visibility
exports['kossek-hud']:changeVisibility('element', visible<true/false>)element:
string('global', 'settings', 'statusBar', 'progress', 'speedometer', 'cinematicCam')visible:
boolean(true/false)
Notification
exports['kossek-hud']:notify(data)title?:
stringicon?:
stringdescription:
string
Progress Bar
exports['kossek-hud']:progress(data)duration:
numberlabel:
stringuseWhileDead?:
booleanallowRagdoll?:
booleanallowCuffed?:
booleanallowFalling?:
booleancanCancel?:
booleananim?:
table(object)dict?:
stringclip:
stringflag?:
numberblendIn?:
floatblendOut?:
floatduration?:
numberplaybackRate?:
numberlockX?:
booleanlockY?:
booleanlockZ?:
booleanscenario?:
stringplayEnter?:
boolean
prop?:
table(objectorarray)model:
hashbone?:
numberpos:
tablex:
numbery:
numberz:
number
rot
x:
numbery:
numberz:
number
disable?:
table(object)move?:
booleancar?:
booleancombat?:
booleanmouse?:
booleansprint?:
boolean
Check if progress is active
exports['kossek-hud']:progressActive()Last updated