We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6fddf commit c290e90Copy full SHA for c290e90
addons/sourcemod/scripting/rglqol.sp
@@ -78,6 +78,11 @@ public void OnMapStart()
78
ServerCommand("sm plugins unload waitforstv");
79
}
80
81
+public void OnClientPostAdminCheck(int client)
82
+{
83
+ // Prevents users from bypassing sv_client_cmdrate_difference set in rgl_base.cfg
84
+ SetConVarInt(FindConVar("sv_client_cmdrate_difference"), 0);
85
+}
86
87
public Action EventRoundStart(Handle event, const char[] name, bool dontBroadcast)
88
{
0 commit comments