⚙️Configuration

Comprehensive instructions on configuring files and utilizing export functions.

1. Events

-- Event to change the activities(heists) to busy 
-- @crm_id -> ID of the heist (copy it from crm-config.lua)
-- @crm_toggle -> true or false
TriggerServerEvent('crm-scoreboard:set-activity-busy', crm_id, crm_toggle) 

Last updated