v8.4.1
+ Fully implemented Event Mode to the Audio Manager + Fixes issues #1 #2 and #3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
public char PLUGIN_VERSION[8] = "8.4.0";
|
||||
public char PLUGIN_VERSION[8] = "8.4.1";
|
||||
void sudo(int task) {
|
||||
AssLogger(LOGLVL_DEBUG, "Calling sudo with %i", task);
|
||||
switch (task) {
|
||||
@@ -893,6 +893,14 @@ void sudo(int task) {
|
||||
case 20000:{
|
||||
BossHandler.EmitSpawnSound(2);
|
||||
}
|
||||
case 21000:{
|
||||
int i = FindTarget(0, "Professor", true, false);
|
||||
AudioManager[i].EnterEventMode(30);
|
||||
}
|
||||
case 22000:{
|
||||
int i = FindTarget(0, "Professor", true, false);
|
||||
AudioManager[i].ExitEventMode();
|
||||
}
|
||||
// WAVE NULL Init
|
||||
case 40000: {
|
||||
UpdateGamemode();
|
||||
|
Reference in New Issue
Block a user