Hey. I made a decision to launch this as a result of I don’t actually use it anymore.
I used this when tuning automobiles by way of their velocity/acceleration.
It can probably be improved as the way in which it’s written is much from good.
I added the config some time in the past because it was requested by a buddy of mine.
To toggle the occasion, kind vehdebug in console/chat.
The command may be eliminated by means of consumer/principal.lua, line 13-15.
You too can toggle this in a consumer with TriggerEvent("r1_vehdebug:toggle")
This script is impressed by Basic In-Game Debug Tool (LUA).
Utilization
Idle
Whereas Utilizing
Config
Config = {}
-- FiveM controls
-- https://docs.fivem.internet/docs/game-references/controls/
Config.Pace = "MPH" -- MPH or KMH
Config.Notif = "CONSOLE" -- CONSOLE or MYTHIC
Config.FixVehicle = 26 -- At present "C"
Config.FixVehicleLabel = "C" -- Just for visuals. Substitute with "nil" in the event you dont need it to point out.
Config.Reset = 20 -- At present "Z"
Config.ResetLabel = "Z" -- Just for visuals. Substitute with "nil" in the event you dont need it to point out.