Is there a way to overwrite some gfx used by amx natively?
I'm trying to use g_MsgTutor = get_user_msgid("TutorText"); that precaches the followings:
PHP Code:
public plugin_precache()
{
precache_generic("gfx/career/icon_!.tga");
precache_generic("gfx/career/icon_!-bigger.tga");
precache_generic("gfx/career/icon_i.tga");
precache_generic("gfx/career/icon_i-bigger.tga");
precache_generic("gfx/career/icon_skulls.tga");
precache_generic("gfx/career/round_corner_ne.tga");
precache_generic("gfx/career/round_corner_nw.tga");
precache_generic("gfx/career/round_corner_se.tga");
precache_generic("gfx/career/round_corner_sw.tga");
precache_generic("resource/TutorScheme.res");
precache_generic("resource/TutorScheme.res");
precache_generic("resource/UI/TutorTextWindow.res");
}
I had a problem testing this since nobody except me could see the message, until I asked some of the testers to delete the folder and download those again through the server (they had those already downloaded) and it worked.
Is there a way to overwrite those file paths? like gfx/myservername/round_corner_sw.tga