βοΈ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
-- 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