BKing Development Documentation
Our StoreOur Discord
  • 👋Welcome to BKing Development
  • 🛡️Tebex FiveM Escrow System
    • ⬇️Downloading Resources
    • ⚠️Errors
    • 🏗️Installing Resources
  • 💵Paid Resources
    • Rescue Tools
      • Commands
      • Showcase Video
    • Heli Winch
      • Commands
      • Advanced Configuration
      • Showcase Video
      • Multiplayer Video
    • Tripod Winch
      • Commands
      • Basket Showcase Video
      • Showcase Video
    • Medic Props
      • Boots Upgrade
      • Commands
      • Showcase Video
    • Sepura SC20 Radio
      • Commands
      • Video Showcase
    • Rat Trap
      • Video Showcase
    • Metal Detector Wand
    • Zipties
    • Better Taser
      • Commands
    • Police Essentials
      • Commands
    • obMethodOfEntry
      • Commands
      • Showcase Video
    • obCrowds
      • Commands
    • Bifold Doors
    • Uniform Menu
Powered by GitBook
On this page
  • Installation
  • Permissions
  • Frameworks
  1. Paid Resources

Tripod Winch

Tripod Winch is an essential resource for working at height roleplay

PreviousAdvanced ConfigurationNextCommands

Last updated 1 year ago

Installation

Tripod Winch is installed like any other resource. See our Installing Resourcespage for help here. However, it does require configuration before you are able to use it.

You are able to configure the two buttons used to extend and retract the winch.

Reference this website to see the list of available controls that you can use

You are also able to change the commands used by Tripod Winch.

Permissions

Tripod Winch has ACE permission integration. You can enable these in the config.lua below each command name.

The ACE permissions are done by the commands, for example: add_ace identifier.license:abc12345678910 "command.tripod" allow

Frameworks

Tripod Winch is able to be used with QB-Core. Simply enable it in the config.lua by setting Config.QBCore to true, and add the following lines to your QB-Core/shared/items.lua file

['tripodwinch'] = {['name'] = 'tripodwinch', ['label'] = 'Tripod Winch', ['weight'] = 100, ['type'] = 'item', ['image'] = '', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A Tripod Winch'},
['tripodbasket']= {['name'] = 'tripodbasket',['label'] = 'Tripod basket',['weight'] = 100,['type'] = 'item',['image'] = '',['unique'] = true,['useable'] = true,['shouldClose'] = true,['combinable'] = nil,   ['description'] = 'A rescue basket for use with a tripod winch.'},

You can also disable the commands and use the following events to be able to integrate Tripod Winch with other frameworks

"ropetripod:tripodcommand"
"ropetripod:basketcommand"
💵
https://docs.fivem.net/docs/game-references/controls/