Tesla Model X custom HUD, Charging Rate with super charger, Battary drain, and Handling

how i can move the UI to other side?

Thanks

For example i added the Tesla Model S and added it in the Config.lua like

… = { ‘teslax’, ‘models’ }

What is false?

Very nice, but are you able to add more cars to do this yourslef, need more info?

Hey so when I install this, I get this error every second in the cmd:
Error: [ioredis] Unhandled error event: [
{
“file”: “net.js”,
“line”: 1191,
“name”: “TCPConnectWrap.afterConnect [as oncomplete]”
}
]

Any Idea on how to fix?

I installed this resource and get this spamming my cmd image its to do with wtf_redis
also electric charging station don’t work have to use normal fuel pump & if remove wtf_redis as a dependency stops spamming that message in cmd

doesn’t work with me : (
can u help me ?


Install Redis! https://www.youtube.com/watch?v=188Fy-oCw4w

How can i do, that my tesla can drive longer?
I tried everything like:

    inlineWait.Wait(Config.LevelSamples, function()
        local now = GetEpoch()
        local nsecs = now - lastEpoch
        lastEpoch = now
        if level > 0 then
            local avgrpm = totalRPM / Config.LevelSamples
            totalRPM = 0
            local avgEnergy
            if avgrpm <= 100.0 then avgEnergy = 0.02 -- don't penalize idle
            elseif avgrpm <= 140.0 then avgEnergy = avgrpm * 0.02
            elseif avgrpm <= 180.0 then avgEnergy = avgrpm * 0.02
            elseif avgrpm <= 220.0 then avgEnergy = avgrpm * 0.02
            elseif avgrpm <= 250.0 then avgEnergy = avgrpm * 0.02
            else avgEnergy = avgrpm end
            level = level - (Config.EnergyUseMult * nsecs * avgEnergy)
            level = math.max(0.0, math.min(100.0, level))
            SetVehicleFuelLevel(vehicle, level)
        end
    end)
end

end

can someone help?

FOR ADD OTHER MODEL

– Model names of electric vehicles
Config.VehicleNames = {‘teslax’, ‘TEZERACT’}

use handlingname on handlingmeta not on vehiclemeta

anyone got the car file? it got taken gown on gta5mods…

seguro que tienes todo starteado bien , sino mira la consola a ver si te da algún fallo y si no es eso , instalarlo de nuevo

Its not Working, i add the tesla model 3 and Tesla model S

Config = {}

Config.Debug = true – enable debug commands

– Model names of electric vehicles
Config.VehicleNames = { ‘teslax’, ‘MODELS’, ‘TMODEL’}

the spawn name of Model S is: models and from the Model 3: tmodel

in the handling.meta are that handling Names: MODELS, TMODEL

https://prnt.sc/son9v0

so how would i find this then

Can u guys help me please?I am on linux

Why, if I set like electric cars the Model S, Model X and Model 3,and only works the Model X (default one)

After blacklist “teslax” it can charge properly but it can refuel be charging and fuel.So how can I limit it into recharge by electronic only?

hello people. i just wondering… how can i install redis if i have hosting? can somebody teach me how to install redis on a fivem hosting?
Thanks!

I am having the same problem did you manage to fix it?

Nop, i cant find the fix, srry bro

You have to change the gamename in de vehicle.meta to match spawnname and name used in the charging script