AN: major update

FK: minor fixes
This commit is contained in:
dogan
2020-07-21 00:29:03 +02:00
parent 54d3ded19b
commit 1d819d190a
2 changed files with 132 additions and 21 deletions
+2 -2
View File
@@ -229,7 +229,7 @@ public Action Command_DebugFakes(int client, int argc)
//----------------------------------------------------------------------------------------------------
public Action Command_SetFakes(int client, int argc)
{
if(g_iBlockInstantFakeConnects <= 5)
if(g_iBlockInstantFakeConnects <= 6)
{
ReplyToCommand(client, "[SM] Not available right now, because the Plugin is still loading. Try again in couple seconds.");
return Plugin_Handled;
@@ -434,7 +434,7 @@ public void CheckPopulation()
//CS_SetClientClanTag(iIndex, "UNLOZE");
iFakes++;
if(g_iBlockInstantFakeConnects <= 6)
if(g_iBlockInstantFakeConnects <= 6 && g_iAdminFakes == -1)
g_bBlockInstantFakeConnects = true;
}