mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
make !times open pb menu
This commit is contained in:
parent
150bd15b55
commit
5d47c2dd1b
@ -180,6 +180,7 @@ public void OnPluginStart()
|
|||||||
RegConsoleCmd("sm_recentrecords", Command_RecentRecords, "View the recent #1 times set.");
|
RegConsoleCmd("sm_recentrecords", Command_RecentRecords, "View the recent #1 times set.");
|
||||||
RegConsoleCmd("sm_rr", Command_RecentRecords, "View the recent #1 times set.");
|
RegConsoleCmd("sm_rr", Command_RecentRecords, "View the recent #1 times set.");
|
||||||
|
|
||||||
|
RegConsoleCmd("sm_times", Command_PersonalBest, "View a player's time on a specific map.");
|
||||||
RegConsoleCmd("sm_time", Command_PersonalBest, "View a player's time on a specific map.");
|
RegConsoleCmd("sm_time", Command_PersonalBest, "View a player's time on a specific map.");
|
||||||
RegConsoleCmd("sm_pb", Command_PersonalBest, "View a player's time on a specific map.");
|
RegConsoleCmd("sm_pb", Command_PersonalBest, "View a player's time on a specific map.");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user