Skip to content

Commit

Permalink
Add sm_frenzy as same command to sm_rage (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiagoquix authored Sep 9, 2024
1 parent ef1bb8c commit 7f44e08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/sourcemod/scripting/szf/command.sp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ void Command_Init()

RegAdminCmd("sm_tank", Command_ZombieTank, ADMFLAG_CHANGEMAP, "(Try to) call a tank.");
RegAdminCmd("sm_rage", Command_ZombieRage, ADMFLAG_CHANGEMAP, "(Try to) call a frenzy.");
RegAdminCmd("sm_frenzy", Command_ZombieRage, ADMFLAG_CHANGEMAP, "(Try to) call a frenzy.");
RegAdminCmd("sm_infected", Command_ForceInfected, ADMFLAG_CHANGEMAP, "Force someone to become infected on next spawn.");
RegAdminCmd("sm_szfreload", Command_ReloadConfigs, ADMFLAG_RCON, "Reload SZF configs.");
RegAdminCmd("sm_stun", Command_Stun, ADMFLAG_RCON, "SZF Stun player.");
Expand Down Expand Up @@ -211,4 +212,4 @@ public Action Command_MusicToggle(int iClient, int iArgs)
}

return Plugin_Handled;
}
}

0 comments on commit 7f44e08

Please sign in to comment.