📥Exports

Configuration guide of Wallet System V2 System.

Client Exports


chevron-rightshowHudhashtag
exports['stg-hud']:showHud()

Shows the entire HUD.

chevron-righthideHudhashtag
exports['stg-hud']:hideHud()

Hides the entire HUD.

chevron-rightNotifyhashtag
exports['stg-hud']:Notify({ type = 'success', message = 'Hello!', title = 'Title', duration = 3000 })

Displays a notification on screen. Types: success, error, info, warning.

chevron-rightAnnouncementhashtag
exports['stg-hud']:Announcement({ name = 'Admin', title = 'Server', message = 'Welcome!', duration = 5000 })

Shows a large announcement notification to the players.

chevron-rightHelpNotifyhashtag
exports['stg-hud']:HelpNotify('E', 'Open Trunk')

Displays a key hint notification on screen.

chevron-rightHideHelpNotify hashtag

Hides the currently active help notification.

chevron-rightstartProgresshashtag

Starts a progress bar with optional freeze, animation, prop, and callbacks.

chevron-rightcancelProgresshashtag

Cancels the currently active progress bar.

chevron-rightuseNoshashtag

Installs nitro on the current or nearby vehicle.

Server Exports


chevron-rightSendAnnouncementhashtag

Broadcasts an announcement to all players from server-side.

Last updated