mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 19:53:21 +00:00
Changes
This commit is contained in:
parent
1a1663ba37
commit
ed383ecc91
14 changed files with 553 additions and 46 deletions
|
@ -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",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue