Skip to Content
Resourcesqb-streetraces – Source-Linked QBCore Guide

qb-streetraces

qb-streetraces is the QBCore repository for quick vehicle races with wagers. Its current manifest declares config.lua, client.lua, server.lua, and an HTML UI.

Install from upstream

git clone https://github.com/qbcore-framework/qb-streetraces.git

Ensure it only after qb-core. Review fxmanifest.lua and config.lua at the commit you deploy.

Configuration surface

The current config defines display currency, minimum race distance, minimum/maximum stake, and commands for creating, cancelling, quitting, and starting races. Do not copy values from this page into production without comparing the current upstream file.

Update checklist

  1. Record the deployed commit and local changes.
  2. Compare config.lua, client/server events, and UI files with upstream.
  3. Test race creation, entry, wager handling, cancellation, and disconnect behavior on staging.
  4. Validate all wager decisions server-side before production rollout.

Source: qbcore-framework/qb-streetraces 

Last updated on