Renamed zr_shield command to zshield so it's more chat command friendly.
This commit is contained in:
@ -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.");
|
||||
}
|
||||
|
||||
/*____________________________________________________________________________*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user