Open ChrizsTTV opened 9 months ago
now working properly
That doesnt look anywhere near "working properly" and It has nothing to do with my Request.
now working properly
please delete the old script then drag the new one in don't just replace it over the old one otherwise it will mess up some of the css code
Maybe add a PS Buffs Integration? And a Fuel Blacklist for E-Cars?
I will try
Maybe add a PS Buffs Integration? And a Fuel Blacklist for E-Cars?
I will try
That would be sick
Maybe add a PS Buffs Integration? And a Fuel Blacklist for E-Cars?
I will try
Yeah, that would be huge
yes please!
it'll be awesome tbh
yeah. this would be sick.
This below must be running to work and not break:
Citizen.CreateThread(function()
while true do
local player = GetPlayerPed(-1)
local vehicle = GetVehiclePedIsIn(player, false)
if IsPedInAnyVehicle(player, false) and GetIsVehicleEngineRunning(vehicle) then
--print("is a car beu")
local rpmlol = GetVehicleCurrentRpm(vehicle)
local selectedgear = getSelectedGear()
local gearlol = getinfo(selectedgear)
--print("RPM: " .. rpm) -- Debugging line
SendNUIMessage({
rpm = rpmlol,
gear = gearlol
})
end
Citizen.Wait(100)
end
end)
Maybe add a PS Buffs Integration? And a Fuel Blacklist for E-Cars?