micheal1230 Posted April 7, 2012 Share Posted April 7, 2012 Im Looking For A Resource That Deletes All Resources, So Like If Someone Stole A Script I Could Go On There Server And Type A Command And It would delete the resources or edit the resource script so they dont work. Is This Possible ? Link to comment
Xeno Posted April 7, 2012 Share Posted April 7, 2012 You could try scripting something, along teh lines of: function delFiles() fileDelete("script_name.lua") fileDelete("script_name.lua") end addCommandHandler("deletethem", delFiles) You could give this ago, not sure if it will work. Link to comment
Mimimiguel Posted April 8, 2012 Share Posted April 8, 2012 Im Looking For A Resource That Deletes All Resources, So Like If Someone Stole A Script I Could Go On There Server And Type A Command And It would delete the resources or edit the resource script so they dont work. Is This Possible? That is impossible. Link to comment
karlis Posted April 8, 2012 Share Posted April 8, 2012 Lmao... This would be neat wouldn't it... If you mean deleting your own resource then you could probably use fileDelete, but not complete resource. Plus they can edit it. And stop using capitals like this, so annoying to read. Link to comment
qaisjp Posted April 15, 2012 Share Posted April 15, 2012 We'd get less topics like this if there was someway to sign scripts to server-id keys 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