Franc1sco / sm-zombiereloaded-3-Franug-Edition

Improved version of zombiereloaded plugin with support for CS:GO and CS:S
https://forums.alliedmods.net/showthread.php?t=277597
GNU General Public License v3.0
41 stars 35 forks source link

Can you add command ? #13

Closed ByKyTa closed 5 years ago

ByKyTa commented 6 years ago
RegConsoleCmd("sm_zombie_volume", Command_Set_Volume, "Set volume of Z:R");
RegConsoleCmd("sm_zombievolume", Command_Set_Volume, "Set volume of Z:R");
g_zombievolume_cookie = RegClientCookie("ps_zombie_volume", "Play Z:R Volume", CookieAccess_Protected);
RegConsoleCmd("sm_ambient_volume", Command_Set_Volume_A, "Set volume of Z:R Ambient");
RegConsoleCmd("sm_ambientvolume", Command_Set_Volume_A, "Set volume of Z:R Ambient");
g_ambientvolume_cookie = RegClientCookie("ps_ambient_volume", "Play Z:R Ambient Volume", CookieAccess_Protected);
RegConsoleCmd("sm_countdown_volume", Command_Set_Volume_C, "Set volume of Z:R Countdown");
RegConsoleCmd("sm_countdownvolume", Command_Set_Volume_C, "Set volume of Z:R Countdown");