exports / triggers
Last updated

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
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