Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

exports / triggers

Client Exports / Triggers

Export
Result

exports.brutal_gang_actions:CurrentPlayerAction()

Returns the player's current action. (none / cuffed / bagonhead / roped / pulling / hostage / agressor / carrying / carried / intrunk)

exports['brutal_gang_actions']:OpenActionsMenu()

Opens the actions menu for the player

Client side triggers for the actions

Trigger
Result

TriggerEvent('brutal_gang_actions:bag')

Putting bag on the player or on yourself

TriggerEvent('brutal_gang_actions:hostage')

Start the hostage of the other player

TriggerEvent('brutal_gang_actions:vehicle')

Pick up the player and then put them in a trunk

TriggerEvent('brutal_gang_actions:knockout')

Knockout the player

TriggerEvent('brutal_gang_actions:pull')

Pull the player

TriggerEvent('brutal_gang_actions:cuff')

Cuff the player

TriggerEvent('brutal_gang_actions:rob')

Rob the player

TriggerEvent('brutal_gang_actions:tyre')

Slash the tyre

Last updated