This commit is contained in:
Jackzie 2024-09-22 14:27:39 -05:00
parent 1a1663ba37
commit ed383ecc91
14 changed files with 553 additions and 46 deletions

View file

@ -5,10 +5,11 @@
#define PLUGIN_VERSION "1.0"
#define PRECACHE_SOUNDS_COUNT 4
#define PRECACHE_SOUNDS_COUNT 5
char PRECACHE_SOUNDS[PRECACHE_SOUNDS_COUNT][] = {
"custom/xen_teleport.mp3",
"custom/mariokartmusic.mp3",
"custom/airhorn.mp3",
"custom/spookyscaryskeletons.mp3",
"custom/wearenumberone2.mp3",
};