Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 28/10/22 in all areas

  1. 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)
    2 points
  2. 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.
    2 points
  3. 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)
    1 point
×
×
  • Create New...