-.Paradox.- Posted July 28, 2013 Share Posted July 28, 2013 Hello, i have this script for setVehicleTankExplodable but wont work, it show nothing in debug, here is the script; addEventHandler("onResourceStart",resourceRoot, function () for index, vehicle in pairs(getElementsByType("vehicle")) do setVehicleFuelTankExplodable(vehicle, true) end end) Thanks for help. Link to comment
FatalTerror Posted July 28, 2013 Share Posted July 28, 2013 @Steve: This should work. addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), function() for i, v in ipairs(getElementsByType("vehicle"))do setVehicleFuelTankExplodable (v, true ) end end) Link to comment
-.Paradox.- Posted July 28, 2013 Author Share Posted July 28, 2013 It work for few minutes then when i try again it wont blow i need to restart resource again. 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