Thx a lot for your release, very clean and simple, what is the discord rich presence man ?
Thanks, and Discord Rich Presence shows how fast you are going in game and displayed as your ‘status’ I guess for FiveM
1 Like
xD Lol thats funny thx mate for all of your work ! I sent to you a PM about your MinimalSpeedometer
i like it man godd job bro
Thanks is perfect and works well.
The first picture is a perfect position. Could you give me a precise coordinate?
If you look in the zua.lua
you can find it easily, but here you go
https://github.com/ThatZiv/z-speedometer/blob/master/zua.lua#L14
thatziv
October 30, 2018, 11:39pm
13
-- Made by Zua @ https://github.com/thatziv/z-speedometer -- Discord: http://zavaar.cf/discord
-----------------------------USER--CONFIG-----------------------------------------------
local locationOnscreen = 'bottom-right' --[[ Types -> 'bottom-left', 'bottom-right', 'top-right' of the screen ]]
local legalSpeed = 70 -- This speed limit will trigger red number and the warning speed message
local mph = true -- change to false if you want KPH and Make sure you change the type var to 'kph' in case you made mph = false
local type = 'MPH'
local typeFont = 'default' --[[ Types -> 'default': The best one, 'fancy' : Cursive and looks likes pure shit but the fivem community has shit taste so i left it here for you shitters, 'normal': fancy, but not cursive and also looks like poop ]]
local warningSpeedMsg = false --This meessage will stay for ~10-15 seconds when past the speed limit (legalspeed)
local warningSpeedMsgSTRING = "Warning: ~w~You are above the speed limit."
local RichPresence = true -- Makes a discord rich presence with Fivem that tells the speed
----------------------------------------------------------------------------------------
if(locationOnscreen == 'bottom-right') then
x1 = 0.9
y1 = 0.87
x2 = 0.9
(and change the string to kph for it too on nxt line
SHTIN
April 17, 2019, 12:19pm
14
It looks clean and beautiful. It would be good if you implemented similar fuel, in halons, liters. For example, it caught fire red if there is little fuel, if his green enough
1 Like
the torque multiplier does not work when i install this script, if there is a way i can fix that please tell me. thanks.
If you want your text to have an outline like the normal HUD elements, add the following
Great script! Made some changes to show yellow above a certain speed and then turn to red at the speed limit. Simple but very clean and useful!