Exports
Client-side Exports
ToggleHud
Hide or show the HUD
-- toggle: boolean
exports.Justhud:ToggleHud(toggle)Notify
Send a notification to player hud
-- title: string
-- content: string
-- type: string - success,warning,error,info,question
-- time: number - showing time in ms
exports.Justhud:Notify(title,content,type)AddProgress
Shows progress bar on user hud. see here for icon docs.
ClearProgress
Stops the currently running progress
GetSeatbeltStatus
Determining whether player has seatbelt on
SetSeatbeltStatus
Changing player seatbelt status
IsSpeedLimited
Determining whether player vehicle speed is limited
GetSettingValue
Get the value of custom settings (Config.Settings.Options.custom)
GetColor
Get the color changed in settings (default if unchanged)
AddBroadcast
Sends a broadcast to chat for all players
Last updated