Jump to content

Destruir Veiculo Ao Cair Na Agua.


Recommended Posts

Posted
function refreshVeh()
  for i, v in pairs(getElementsByType("vehicle")) do
    if isElementInWater(v) then
      destroyElement(v)
    end
  end
end
setTimer(refreshVeh, 10000, 1)

 

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...