⚙️Configuration

Comprehensive instructions on configuring files and utilizing export functions.

1. Events

-- export to hide the hud
exports['crm-hud']:crm_toggle_hud(false)

-- export to show the hud
exports['crm-hud']:crm_toggle_hud(true)

Last updated