โ๏ธConfiguration
Comprehensive instructions on configuring files and utilizing export functions.
Prior experience as a developer or basic programming skills are recommended to effectively navigate this section of the documentation.
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