Skip to content

Commit 3ddfa71

Browse files
committed
feat: add Scoreboard and Inspect buttons to PlayerButtons
1 parent 688b226 commit 3ddfa71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

managed/CounterStrikeSharp.API/PlayerButtons.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ public enum PlayerButtons : UInt64
4343
Bullrush = (1 << 21),
4444
Grenade1 = (1 << 22), /** grenade 1 */
4545
Grenade2 = (1 << 23), /** grenade 2 */
46-
Attack3 = (1 << 24)
46+
Attack3 = (1 << 24),
47+
Scoreboard = ((ulong)1 << 33),
48+
Inspect = ((ulong)1 << 35),
4749
}
4850
}

0 commit comments

Comments
 (0)