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.
PlayerButtons
1 parent 688b226 commit 3ddfa71Copy full SHA for 3ddfa71
managed/CounterStrikeSharp.API/PlayerButtons.cs
@@ -43,6 +43,8 @@ public enum PlayerButtons : UInt64
43
Bullrush = (1 << 21),
44
Grenade1 = (1 << 22), /** grenade 1 */
45
Grenade2 = (1 << 23), /** grenade 2 */
46
- Attack3 = (1 << 24)
+ Attack3 = (1 << 24),
47
+ Scoreboard = ((ulong)1 << 33),
48
+ Inspect = ((ulong)1 << 35),
49
}
50
0 commit comments