mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
update some random strings
This commit is contained in:
parent
f4d2d6d653
commit
b11b82b286
@ -1011,7 +1011,7 @@ native float Shavit_GetDistanceOffset(int client, int zonetype);
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Gets a value from the style config for the given style
|
* Gets a value from the style config for the given style
|
||||||
* e.g. Shavit_GetStyleSetting(Shavit_GetBhopStyle(client), "TAS", sBuffer, 2);
|
* e.g. Shavit_GetStyleSetting(Shavit_GetBhopStyle(client), "TAS", sBuffer, sizeof(sBuffer));
|
||||||
*
|
*
|
||||||
* @param style Style index.
|
* @param style Style index.
|
||||||
* @param key Style key to retreive.
|
* @param key Style key to retreive.
|
||||||
|
|||||||
@ -146,11 +146,11 @@ public void OnPluginStart()
|
|||||||
AddCommandListener(CommandListener_Toggler, "+edgejump");
|
AddCommandListener(CommandListener_Toggler, "+edgejump");
|
||||||
AddCommandListener(CommandListener_Toggler, "-edgejump");
|
AddCommandListener(CommandListener_Toggler, "-edgejump");
|
||||||
|
|
||||||
RegConsoleCmd("sm_autostrafer", Command_Toggler, "");
|
RegConsoleCmd("sm_autostrafer", Command_Toggler, "Usage: !autostrafe [1|0]");
|
||||||
RegConsoleCmd("sm_autostrafe", Command_Toggler, "");
|
RegConsoleCmd("sm_autostrafe", Command_Toggler, "Usage: !autostrafe [1|0]");
|
||||||
RegConsoleCmd("sm_autoprestrafe", Command_Toggler, "");
|
RegConsoleCmd("sm_autoprestrafe", Command_Toggler, "Usage: !autoprestrafe [1|0}");
|
||||||
RegConsoleCmd("sm_autojumponstart", Command_Toggler, "");
|
RegConsoleCmd("sm_autojumponstart", Command_Toggler, "Usage: !autojumponstart [1|0}");
|
||||||
RegConsoleCmd("sm_edgejump", Command_Toggler, "");
|
RegConsoleCmd("sm_edgejump", Command_Toggler, "Usage: !edgejump [1|0}");
|
||||||
|
|
||||||
RegConsoleCmd("sm_tasm", Command_TasSettingsMenu, "Opens the TAS settings menu.");
|
RegConsoleCmd("sm_tasm", Command_TasSettingsMenu, "Opens the TAS settings menu.");
|
||||||
RegConsoleCmd("sm_tasmenu", Command_TasSettingsMenu, "Opens the TAS settings menu.");
|
RegConsoleCmd("sm_tasmenu", Command_TasSettingsMenu, "Opens the TAS settings menu.");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user