From 4e5ada6ad1aef90a54194f8913eb1cd1fe093c0a Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Sat, 6 May 2006 22:49:38 +0000 Subject: [PATCH] added request at28200 --- plugins/include/amxconst.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index 60e0665d..544b0cd4 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -316,3 +316,8 @@ enum { #define MPROP_NOCOLORS 8 //NUM - sets whether colors are not auto (0=default) #define MPROP_PADMENU 9 //NUM - sets how the ending portions of a menu are padded //i.e. 2 items, 7 per page, with endings at slots 5/6/7. + +#define SND_SPAWNING (1<<8) // we're spawing, used in some cases for ambients +#define SND_STOP (1<<5) // stop sound +#define SND_CHANGE_VOL (1<<6) // change sound vol +#define SND_CHANGE_PITCH (1<<7) // change sound pitch