DRAGGY: Drag Racing Telemetry System [FREE]

Draggy

Draggy

A comprehensive benchmark system for testing vehicles in a drag race environment

Features:

  • ✅ Real-time speed and performance tracking (MPH, HP, Torque)
  • ✅ Track benchmarks: Speed (0-60, 0-100) and Distance (1/8 mile, 1/4 mile, 1/2 mile, 1 mile)
  • ✅ Displays vehicle class, name, and power stats
  • ✅ In-depth stats with an intuitive UI
  • ✅ Easy-to-implement client-side commands for seamless integration into your server

Features Overview:

  • 🚗 Accurate speed and distance tracking for your vehicle's performance
  • ⚡ Power stats, including average and max horsepower and torque
  • 🏁 Full control with start/stop/reposition UI commands for race events
  • 📊 Track and save benchmarks to compare with others
  • 🖥️ Fully responsive UI with customizable display settings

🏎️ Perfect for any FiveM racing server wanting to add a competitive, performance-focused race system. Whether you're hosting high-speed races or testing vehicles for top performance, Draggy has you covered!

Commands:

/draggy

Draggy is ideal for anyone looking to enhance their racing server with detailed drag race telemetry! Simply install the Draggy script, add the command, and start racing! Customize it further to fit your needs.

Take your server to the next level with Draggy!

▶️ YouTube Preview
2 Likes

can we get item lock? would be nice too have it as an item you need to apply to work but gives it back without having too remove it or be a mechanic @TheStoicBear , love your stuff as always

1 Like

One is already made like this and its free from RCORE

i cannot find it could you try send a link if possible

Only one RCore.cz has made is a paid version. From my research :slight_smile:
Yet give this a whirl
draggyv2.zip (6.2 KB)

^1SCRIPT ERROR: @draggy/client.lua:248: No such export GetItemByName in resource qb-inventory^7
^3> ExecuteCommand^7 (^5ExecuteCommand.lua^7:4)
^3> ref^7 (^5@chat/cl_chat.lua^7:153)
[DragRace] Checking item via qb-inventory

@TheStoicBear

1 Like

is there a fix for this?

Sorry for the delayed response.

draggyv3.zip (6.8 KB)
I prephis I do not use QBCore, or a Framework. Therefore I am doing this mostly blind, I’ve only really worked with NDCore/OX/Standalone. Yet, here’s v3

Cant figure how to make it work with qbx, any help ?

I made it for qb-inventory/ox/stand-alone I’ll look into QBX today

1 Like

https://docs.qbox.re/resources
I do not see a inventory resource, it seems they use ox_inventory.
Here is a version with config.lua and cleaned up a bit
draggyv4.zip (6.7 KB)

thank you ill grab the v4 and give it a go, this is something i’m trying too implement in a few open source scripts and some escrowed. im guessing their is functions id have too add in client.lua and server.lua along side config.item in config.lua. would it be createuseableitem? do i have permission too compare code and try figure it out?

fx_version 'cerulean'
game 'gta5'

author 'TheStoicBear'
description 'Draggy Benchmark UI Script'
version '1.0.0'

client_scripts {
  'config.lua',
  'client.lua'
}

server_scripts {
  'server.lua'
}

ui_page 'ui/index.html'

files {
  'ui/index.html'
}

Thank you for asking. Yes, you are welcome to edit the script. I created it as a standalone, free alternative. If you choose to republish, I would appreciate it if you could credit the original source.

Just replace fxmanifest with the above fxmanifest? and of course ill credit you if i manage too get it figured out.

1 Like

Pushed updated client.lua :stuck_out_tongue:

so grab zip, replace whole resource? or just client.lua

Your choice.