Client Events
This page will explain all client events from the SonoranCAD Core that can be used on the client side
Last updated
Was this helpful?
This page will explain all client events from the SonoranCAD Core that can be used on the client side
This client event triggers a bodycam recording using a custom trigger name. This event requires the Body Camera submodule to be enabled.
TriggerEvent('SonoranCAD::bodycam::AutoRecordTrigger', triggerName)triggerName
string
A custom label describing what caused the recording to start.
RegisterCommand('bodycamclip', function()
TriggerEvent('SonoranCAD::bodycam::AutoRecordTrigger', 'manual-clip')
end, false)Use this event from your own client-side scripts whenever you want to create a bodycam clip for a specific gameplay action.
Last updated
Was this helpful?
Was this helpful?

