Events
This section is aimed at developers. Basic scripting knowledge will help you get the most out of it.
Events
crm-scoreboard:set-activity-busy
Marks a heist or activity as busy (in progress) or available on the scoreboard. This is a server event.
TriggerServerEvent('crm-scoreboard:set-activity-busy', crm_id, crm_toggle)Parameters
crm_id(string) – The activity/heist ID. Copy it fromcrm-config.lua.crm_toggle(boolean) –truemarks the activity busy,falsefrees it.