I've got a map, that kicks with .wad error so i wrote that:
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Files DL fix"
#define VERSION "1.0"
#define AUTHOR "naven"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
// Add your code here...
}
public plugin_precache()
{
precache_generic("deathrun_siano2.wad")
}
It doesn't work. It won't download that file for client.
I've found deathrun_siano2.wad folder in my cstrike_downloads folder, after i removed it, there was downloading but it stopped after 1 sec and folder is there again, but .wad file is not. What could be the problem?
__________________