Suty
Drag System

Troubleshooting

Troubleshooting

"Este vehículo no es un auto de carreras drag"

The vehicle isn't in the whitelist. Open config/vehicles.lua and add the model name (the spawn name, lowercase). Restart suty-drag after editing.

"Debes estar cerca de tu vehículo"

The install distance is Config.Nitro.installation.installDistance meters (default 2.0). Get closer or bump it in config/nitro.lua.

Nitro key doesn't fire

Three things:

  1. Config.Nitro.integration.controlKey — make sure it matches the FiveM control index you intend. Default 21 = LSHIFT.
  2. Config.Nitro.enabled = true — flag must be on.
  3. The vehicle must have a kit installed AND not be past the engine-damage threshold. Check F8 console with Config.Debug = true.

Engine blows after one nitro use

You're firing the kit too aggressively or safeUses is set too low. Open config/nitro.lua:

safeUses = 10,    -- increase if you want more grace

ECU tablet won't open / "No tienes permisos"

The job restriction in config/tablet.lua is blocking you. Either:

  • Make yourself the required job + grade (/setjob <id> mechanic 3)
  • Lower the requirement: Config.Tablet.jobRestriction.minGrade = 0
  • Disable entirely: Config.Tablet.jobRestriction.job = false

Tablet shows "Maintenance data unavailable"

You have useJGMechanic = true but jg-mechanic isn't started, or the vehicle was never serviced. Either start jg-mechanic, or set useJGMechanic = false to hide the section.

Tune values don't persist between sessions

The vehicle state is keyed by plate. If your server wipes plates on restart (some custom vehicle systems do), tunes won't persist. Check that vehicle plates are stable.

Still stuck?

Open a ticket on Discord with:

  • Your Config.Framework value
  • Whether the issue is nitro, tablet, or persistence
  • F8 console output (with Config.Debug = true)