We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da327d commit 0607393Copy full SHA for 0607393
FunInfiniteGrenade.cs
@@ -12,6 +12,7 @@ public FunInfiniteGrenade(FunMatchPlugin plugin) : base(plugin){}
12
13
public override void Fun(FunMatchPlugin plugin)
14
{
15
+ if (Enabled) return;
16
Enabled = true;
17
//ConVar.Find("mp_weapons_allow_heavyassaultsuit").SetValue(true);
18
ConVar.Find("mp_autokick")!.SetValue(false);
@@ -30,8 +31,6 @@ public override void Fun(FunMatchPlugin plugin)
30
31
p.GiveNamedItem(CsItem.Knife);
32
p.GiveNamedItem(CsItem.Kevlar);
33
p.GiveNamedItem(CsItem.KevlarHelmet);
- //var b = p.Buttons;
34
- //b.HasFlag(PlayerButtons.Forward);
35
}
36
37
public override void EndFun(FunMatchPlugin plugin)
0 commit comments