Renamed zr_shield command to zshield so it's more chat command friendly.

This commit is contained in:
Richard Helgeby
2013-01-11 10:16:48 +01:00
parent 5b7d1b2ff3
commit 7f6b1fb938
4 changed files with 4 additions and 3 deletions

View File

@ -67,7 +67,7 @@ new bool:PlayerImmunityThresholdPassed[MAXPLAYERS + 1] = {false, ...};
*/
ImmunityOnCommandsCreate()
{
RegConsoleCmd("zr_shield", Command_DeployShield, "Deploy the shield, if available.");
RegConsoleCmd(SAYHOOKS_KEYWORD_ZSHIELD, Command_DeployShield, "Deploy the shield, if available.");
}
/*____________________________________________________________________________*/

View File

@ -50,6 +50,7 @@
#define SAYHOOKS_KEYWORD_ZTELE "ztele"
#define SAYHOOKS_KEYWORD_ZHP "zhp"
#define SAYHOOKS_KEYWORD_ZMARKET "zmarket"
#define SAYHOOKS_KEYWORD_ZSHIELD "zshield"
/**
* @endsection
*/