-Doc- Posted December 24, 2015 Posted December 24, 2015 Is it possible to setElementData and after 5 seconds remove the data? My scripting skills
Tekken Posted December 24, 2015 Posted December 24, 2015 Yes like this: function someFunction(element, data) setElementData(element, "key", data) setTimer(function(element) removeElementData(element, "key"); end, 5000, 1, element); end Please note that this will completely remve the data under that key! Resources I made: attachToBones - A newer bone_attach. Simple Level system - Just a simple level system. Do not PM me for help with leaked scripts! I WILL NOT HELP YOU!
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