You can do it this way. It works once after 3 seconds. You can enter the value you want in milliseconds.
addEventHandler("onVehicleExplode", root, function()
setTimer(function(source) destroyElement(source) end, 3000, 1, source) --run after 3 seconds
end)
Hi, please create a new appeal providing your game serial as well. This is needed so the anticheat team can further investigate your case.
You can grab your serial by launching MTA, opening up the console (F8 key by default) and typing 'serial' without any quotes.
I want to put some time to run destroyElement but I'm not getting it, could someone help me?
addEventHandler("onVehicleExplode", root, function()
destroyElement(source)
end)