You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
player.PrintToChat($" {ChatColors.Silver}[ {ChatColors.Lime}SteamRestrict {ChatColors.Silver}] {ChatColors.LightRed}Your Steam profile or Game details are private. You will be kicked in {g_iWarnTime[playerSlot]} seconds.");
256
+
g_iWarnTime[playerSlot]--;
257
+
remainingPrintTime--;
258
+
259
+
if(remainingPrintTime<=0)
260
+
{
261
+
player.PrintToChat($" {ChatColors.Silver}[ {ChatColors.Lime}SteamRestrict {ChatColors.Silver}] {ChatColors.LightRed}Your Steam profile or Game details are private. You will be kicked in {g_iWarnTime[playerSlot]} seconds.");
262
+
remainingPrintTime=printInterval;
263
+
}
264
+
265
+
if(g_iWarnTime[playerSlot]<=0)
266
+
{
267
+
Server.ExecuteCommand($"kickid {player.UserId}\"You have been kicked for not meeting the minimum requirements.\"");
0 commit comments