gokalpfirat Posted July 5, 2012 Posted July 5, 2012 This is my code function drepair() for i, pu in pairs (getElementsByType("racepickup")) do local puType = getElementData(pu, "type") if (puType == "repair") then destroyElement ( pu ) end end end addCommandHandler("del",drepair) I want to remove repairs in map with del command but it doesnt work.
GTX Posted July 5, 2012 Posted July 5, 2012 Are you trying to remove race pickup repair? See: viewtopic.php?f=91&t=32398&p=341825&hilit=+repair#p341831
gokalpfirat Posted July 5, 2012 Author Posted July 5, 2012 Yes but not like this only when i use command.
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