Quote:
Originally Posted by wickedd
|
I wouldn't link this just because it might make someone think you need arrays and iteration to precache multiple files
This should do for his question
Code:
public plugin_precache() {
precache_sound("misc/opera.wav");
precache_generic("sound/misc/music.mp3");
//...
}
__________________