Theme editor

STANDALONE lambra tunerChipV2 | Rare Never Leaked Fully open source and working

Worked on ESX, had a bug tho fixed it by tweaking line 468 on the client side.

Props for sharing!

Patch:
-- Opruimen van verlopen effecten
CreateThread(function()
while true do
Wait(120000)
for plate, effectData in pairs(activeEffects) do
if effectData and type(effectData) == "table" and effectData.entity and not DoesEntityExist(effectData.entity) then
for boneIndex, effect in pairs(effectData) do
if boneIndex ~= "entity" then
StopParticleFxLooped(effect, 1)
RemoveParticleFx(effect, true)
end
end
activeEffects[plate] = nil
elseif effectData and type(effectData) ~= "table" then
-- Remove invalid entries that are not tables
activeEffects[plate] = nil
end
end
end
end)
 
i have no errors on my side but ok(y):)

Just sayin’...
If anyone runs into this local 'effectData' error, here’s my contribution to help out.

Either way, appreciate the share! ✌️😁

SCRIPT ERROR: @lambra-tunerChipV2/client/main.lua:473: attempt to index a number value (local 'effectData')^7
^3> fn^7 (^5@lambra-tunerChipV2/client/main.lua^7:473)
 
Back
Top Bottom