diff --git a/entWatch4/scripting/entWatch-restrictions.sp b/entWatch4/scripting/entWatch-restrictions.sp index 3707541..3228222 100644 --- a/entWatch4/scripting/entWatch-restrictions.sp +++ b/entWatch4/scripting/entWatch-restrictions.sp @@ -80,6 +80,15 @@ public void OnPluginStart() RegConsoleCmd("sm_restrictions", Command_DisplayRestrictions); RegConsoleCmd("sm_status", Command_DisplayStatus); + + for (int client = 1; client <= MaxClients; client++) + { + if (IsClientConnected(client) + OnClientPutInServer(client); + + if (AreClientCookiesCached(client) + OnClientCookiesCached(client); + } } //----------------------------------------------------------------------------------------------------