mikeee324 Posted July 20, 2011 Share Posted July 20, 2011 I'm pretty new to lua and I'm also not good at loops in lua, and I'm not sure how i loop through every vehicle in the server. Could anybody give me an example of a loop or a better way to delete all the vehicle in the server? Link to comment
Castillo Posted July 20, 2011 Share Posted July 20, 2011 for i,v in pairs(getElementsByType("vehicle")) do destroyElement(v) end Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now