mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-10 04:53:20 +00:00
Fix minor prompting bugs
This commit is contained in:
parent
aedbf9d77b
commit
ff3ba744fd
5 changed files with 14 additions and 13 deletions
|
@ -36,9 +36,9 @@ void SetupTrolls() {
|
|||
Trolls[index].AddFlagPrompt(true);
|
||||
Trolls[index].AddFlag("No Primary", false);
|
||||
Trolls[index].AddFlag("No Melee", false);
|
||||
Trolls[index].AddFlag("No Throwables", false);
|
||||
Trolls[index].AddFlag("No Kits", false);
|
||||
Trolls[index].AddFlag("No Pills / Adr", false);
|
||||
Trolls[index].AddFlag("No Throwables", true);
|
||||
Trolls[index].AddFlag("No Kits", true);
|
||||
Trolls[index].AddFlag("No Pills / Adr", true);
|
||||
index = SetupTroll("UziRules / AwpSmells", "Picking up a weapon gives them a UZI or AWP instead", TrollMod_Constant);
|
||||
Trolls[index].AddFlagPrompt(false);
|
||||
Trolls[index].AddFlag("UZI Only", true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue