mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 16:03:21 +00:00
Add 'bark' to honk/meow
This commit is contained in:
parent
e2bab10085
commit
13ac15f942
4 changed files with 10 additions and 4 deletions
|
@ -96,10 +96,11 @@ void SetupTrolls() {
|
|||
// Trolls[index].AddFlagPrompt(false);
|
||||
// Trolls[index].AddFlag("Mute for All", true);
|
||||
// Trolls[index].AddFlag("Mute For All But Them", false);
|
||||
index = SetupTroll("Honk / Meow", "Honk or Meow", TrollMod_Constant);
|
||||
index = SetupTroll("Honk / Meow / Woof", "Custom sounds", TrollMod_Constant);
|
||||
Trolls[index].AddCustomFlagPrompt("Choose Sound:");
|
||||
Trolls[index].AddFlag("Honk", true);
|
||||
Trolls[index].AddFlag("Meow", false);
|
||||
Trolls[index].AddFlag("Woof", false);
|
||||
Trolls[index].AddCustomFlagPrompt("Choose Chat modifier:", false, 1);
|
||||
Trolls[index].AddFlag("Show Modified to Them", true);
|
||||
Trolls[index].AddFlag("Show Original to Them", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue