You could intercept all precache calls, and remember them, like so:
Code:
#define MAX_SOUNDS 512
new sounds[MAX_SOUNDS][48];
new soundCount;
public plugin_init()
{
register_forward(FM_PrecacheSound,"fw_precachesound");
}
public fw_precachesound(sound[])
{
format(sounds[soundCount++],47,"%s",sound);
}
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS