UpdateRosScriptPls Posted June 20, 2018 Posted June 20, 2018 How to set expiration date to the script?
uglyninja Posted June 23, 2018 Posted June 23, 2018 First of all - why would you do it? Second of all - even if you did it, anyone can just open the file and modify it to remove the date Third of all - You can get the date from time or date function (https://www.lua.org/pil/22.1.html) and then compare it to the date that you want it to be expired, and if date is over the expiration date, exit/do some other stuff.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.