Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {{ message }} Project-Grouse / qb-hud Public forked from qbcore-framework/qb-hud Notifications You must be signed in to change notification settings Fork 0 Star 0 ...
local QBCore = exports['qb-core']:GetCoreObject()-- qb-hud local PlayerData = QBCore.Functions.GetPlayerData() local config = Config local speedMultiplier = config.UseMPH and 2.23694 or 3.6 local seatbeltOn = false local cruiseOn = false ...