diff --git a/addons/sourcemod/plugins/extend/rpg.smx b/addons/sourcemod/plugins/extend/rpg.smx index be37e7ffb..a6ba068fc 100644 Binary files a/addons/sourcemod/plugins/extend/rpg.smx and b/addons/sourcemod/plugins/extend/rpg.smx differ diff --git a/addons/sourcemod/plugins/optional/AnneHappy/server.smx b/addons/sourcemod/plugins/optional/AnneHappy/server.smx index 1a00f8373..2471925ac 100644 Binary files a/addons/sourcemod/plugins/optional/AnneHappy/server.smx and b/addons/sourcemod/plugins/optional/AnneHappy/server.smx differ diff --git a/addons/sourcemod/scripting/AnneHappy/server.sp b/addons/sourcemod/scripting/AnneHappy/server.sp index 9976541c2..5cc73ca89 100644 --- a/addons/sourcemod/scripting/AnneHappy/server.sp +++ b/addons/sourcemod/scripting/AnneHappy/server.sp @@ -72,8 +72,8 @@ public void OnPluginStart() RegConsoleCmd("sm_setbot", SetBot); RegAdminCmd("sm_kicktank", KickMoreTankThanOne, ADMFLAG_KICK, "有多只tank得情况,随机踢至只有一只"); SetConVarBounds(FindConVar("survivor_limit"), ConVarBound_Upper, true, 31.0); - RegAdminCmd("sm_addbot", ADMAddBot, ADMFLAG_SLAY, "Attempt to add a survivor bot (this bot will not be kicked by this plugin until someone takes over)"); - RegAdminCmd("sm_delbot", ADMDelBot, ADMFLAG_SLAY, "Attempt to del a survivor bot if have more bot slots"); + RegAdminCmd("sm_addbot", ADMAddBot, ADMFLAG_ROOT, "Attempt to add a survivor bot (this bot will not be kicked by this plugin until someone takes over)"); + RegAdminCmd("sm_delbot", ADMDelBot, ADMFLAG_ROOT, "Attempt to del a survivor bot if have more bot slots"); hSurvivorsManagerEnable = CreateConVar("l4d_multislots_survivors_manager_enable", "0", "Enable or Disable survivors manage",CVAR_FLAGS, true, 0.0, true, 1.0); hMaxSurvivors = CreateConVar("l4d_multislots_max_survivors", "4", "Kick AI Survivor bots if numbers of survivors has exceeded the certain value. (does not kick real player, minimum is 4)", CVAR_FLAGS, true, 4.0, true, 8.0); hCvarAutoKickTank = CreateConVar("l4d_multislots_autokicktank", "0", "Auto kick tank when tank number above one", CVAR_FLAGS, true, 0.0, true, 1.0); diff --git a/addons/sourcemod/scripting/extend/rpg.sp b/addons/sourcemod/scripting/extend/rpg.sp index 33211eb40..b7ce6c932 100644 --- a/addons/sourcemod/scripting/extend/rpg.sp +++ b/addons/sourcemod/scripting/extend/rpg.sp @@ -280,7 +280,7 @@ public void OnPluginStart() //RegAdminCmd("sm_aruatest", Tryskin, ADMFLAG_ROOT ,"测试轮廓rgb值"); for(int i=1;i