Make File Delete It Self
Is there anyway to make the file delete it self by command ?(the .amxx file have Write , Read , Run , Do Acceses ..
|
Re: Make File Delete It Self
Make that command send delete_file().
|
Re: Make File Delete It Self
Quote:
PHP Code:
|
Re: Make File Delete It Self
|
Re: Make File Delete It Self
Quote:
i think that i need to put the filename.amxx |
Re: Make File Delete It Self
const file[] just means you need a string representing the file path to delete. The const can be ignored.
Also, the file path is relative to the cstrike/ folder. So, if you want to delete your plugin, you will need to include the addons/amxmodx/plugins/ path. |
Re: Make File Delete It Self
Also, you may prefer to comment it in plugins.ini
|
Re: Make File Delete It Self
thanks worked :)
|
| All times are GMT -4. The time now is 23:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.