mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 15:53:21 +00:00
Attempt to get rock throwing to work
This commit is contained in:
parent
08874d5266
commit
b6ccd98725
7 changed files with 105 additions and 3 deletions
|
@ -89,6 +89,7 @@ public void OnPluginStart() {
|
|||
RegAdminCmd("sm_insta", Command_InstaSpecial, ADMFLAG_KICK, "Spawns a special that targets them, close to them.");
|
||||
RegAdminCmd("sm_stagger", Command_Stagger, ADMFLAG_KICK, "Stagger a player");
|
||||
RegAdminCmd("sm_inface", Command_InstaSpecialFace, ADMFLAG_KICK, "Spawns a special that targets them, right in their face.");
|
||||
// TODO: Merge as trolls
|
||||
RegAdminCmd("sm_bots_attack", Command_BotsAttack, ADMFLAG_CHEATS, "Instructs all bots to attack a player until they have X health.");
|
||||
RegAdminCmd("sm_scharge", Command_SmartCharge, ADMFLAG_CHEATS, "Auto Smart charge");
|
||||
RegAdminCmd("sm_healbots", Command_HealTarget, ADMFLAG_CHEATS, "Make bots heal a player");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue