forked from UNLOZE/sm-plugins
AN: major update
FK: minor fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user