I am trying to get my robbery scripts to update the scoreboard to show that they are unavailable for a certain period of time after being robbed. They are both paid scripts but haven’t been able to get any help from them. The below snippet was provided by the scoreboard developers and they said to put it in the client for the robberies. Im just not sure where to put it or what other code needs to go with.
– 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)