Es gibt ein AMX Plugin welches diese Funktion bringt! ..
Code:
/*
* Im cstrike Verzeichniss muss die soundfiles.txt
* liegen, welche die sounds, models usw. beinhalten muss
*/
#include <amxmod>
public plugin_precache() {
new soundfile[128]
new nextline=0
new txtlen
if (file_exists("soundfiles.txt")){
while(nextline = read_file("soundfiles.txt",nextline,soundfile,127,txtlen)){
precache_sound(soundfile)
}
}
}
public plugin_init()
{
register_plugin("Sound Files Upload","1.0","SpaceDude")
}
_________________
<werbung>
www.teamarab.de
82.96.87.50:27100 #teamarab.de ][ Doenerbude | bY quado.net
80.239.224.29:27700 #teamarab.de ][ Muckibude | bY quado.net
#teamarab.de @ Q - Net
</werbung>