Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1.  
  2. local tiempoparadesaparecer = 5000
  3.  
  4. function destr (veh)
  5.     setTimer(function()
  6.         if isElement(source) then
  7.             destroyElement(source)
  8.         end
  9.     end,500,1)
  10. end
  11. function desaparecer()
  12.     destr(source)
  13. end
  14. addEventHandler("onVehicleExplode", getRootElement(), desaparecer)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement