Skip to Content

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 from crm-config.lua.
  • crm_toggle (boolean)true marks the activity busy, false frees it.