Jump to content

[REQ] Resource Deleter


Recommended Posts

Posted

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

?

Posted

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.

Posted
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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...