mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-08 19:08:27 +00:00
add two additional commands for nomlist (#1136)
* add two additional commands for nomlist that are more intuitive * Update shavit-mapchooser.sp
This commit is contained in:
parent
ef51513fcc
commit
d7785f91ce
@ -226,6 +226,8 @@ public void OnPluginStart()
|
|||||||
RegConsoleCmd("sm_rtv", Command_RockTheVote, "Lets players Rock The Vote");
|
RegConsoleCmd("sm_rtv", Command_RockTheVote, "Lets players Rock The Vote");
|
||||||
RegConsoleCmd("sm_unrtv", Command_UnRockTheVote, "Lets players un-Rock The Vote");
|
RegConsoleCmd("sm_unrtv", Command_UnRockTheVote, "Lets players un-Rock The Vote");
|
||||||
RegConsoleCmd("sm_nomlist", Command_NomList, "Shows currently nominated maps");
|
RegConsoleCmd("sm_nomlist", Command_NomList, "Shows currently nominated maps");
|
||||||
|
RegConsoleCmd("sm_nominatedmaps", Command_NomList, "Shows currently nominated maps");
|
||||||
|
RegConsoleCmd("sm_nominations", Command_NomList, "Shows currently nominated maps");
|
||||||
|
|
||||||
RegAdminCmd("sm_smcdebug", Command_Debug, ADMFLAG_RCON);
|
RegAdminCmd("sm_smcdebug", Command_Debug, ADMFLAG_RCON);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user