Drag rope [esx/qb/qbox]

A script by micklk

No reviews yet.
Drag rope [esx/qb/qbox] main image

Price

Unknown

Full Description

drag_rope_miniatura (1)

:rocket: Key Features :sparkles:

:knot: Rope Item Action – Equip a realistic rope prop in your hand to start dragging with a simple item use.

:walking: Drag Players – Press E to rope nearby players, dragging them with smooth, multiplayer-synced physics.

:car: Vehicle Towing – Hook dragged players to vehicles with Y for fast, thrilling drags across the map.

:straight_ruler: Adjustable Rope Length – Extend with Up Arrow or shorten with Down Arrow, from 1m to 100m, in real-time.

:gear: Highly Customizable – Configure frameworks (ESX/QBCore/Qbox), keybinds, markers, rope types, cooldowns, and more via config.lua.

:gear: Extremely Optimized & Customizable – Stays at 0.00ms resmon when idle, ensuring maximum performanc

PREVIEW

YouTube Video

BUY

Tebex

DISCORD

Discord

Config.lua

Here is an example of the configuration options available in config.lua for full customization of the DragRope script.

Config.Framework = 'esx' -- Framework to use ('esx' or 'qbcore' or 'qbox') for compatibility
Config.MaxDetectionDistance = 2.0 -- Maximum distance (in meters) to detect a nearby player for dragging
Config.MaxVehicleAttachDistance = 5.0 -- Maximum distance (in meters) to attach the rope to a vehicle
Config.AttachKey = 38 -- Key to start/stop dragging (38 = E by default)
Config.AdjustLengthUpKey = 172 -- Key to increase rope length (172 = Arrow Up)
Config.AdjustLengthDownKey = 173 -- Key to decrease rope length (173 = Arrow Down)
Config.AttachToVehicleKey = 246 -- Key to attach/detach the rope to/from a vehicle (246 = Y by default)
Config.InitialRopeLength = 4.0 -- Initial length of the rope (in meters)
Config.MaxRopeLength = 100.0 -- Maximum allowed rope length (in meters)
Config.MinRopeLength = 1.0 -- Minimum allowed rope length (in meters)
Config.RopeType = 1 -- Type of rope (1 = standard rope in FiveM)
Config.MarkerType = 2 -- Type of marker shown on draggable players/vehicles
Config.MarkerColor = { r = 255, g = 0, b = 0, a = 150 } -- Color of the marker (RGBA)
Config.DragCooldown = 1000 -- Cooldown (in milliseconds) between drag actions
Config.EnableMaxDragTime = false -- If true, rope breaks after MaxDragTime seconds
Config.MaxDragTime = 100 -- Time in seconds before rope breaks if EnableMaxDragTime is true`
SCREENSHOTS

Code is accessible Config.lua
Subscription-based No
Lines (approximately) 700
Requirements ESX/QBCORE/QBOX
Support Yes