📥Exports
Configuration guide of Wallet System V2 System.
Client Exports
Notify
exports['stg-hud']:Notify({ type = 'success', message = 'Hello!', title = 'Title', duration = 3000 })Displays a notification on screen. Types: success, error, info, warning.
Announcement
exports['stg-hud']:Announcement({ name = 'Admin', title = 'Server', message = 'Welcome!', duration = 5000 })Shows a large announcement notification to the players.
HelpNotify
exports['stg-hud']:HelpNotify('E', 'Open Trunk')Displays a key hint notification on screen.
Server Exports
Last updated