diff --git a/FakeClients/scripting/FakeClients.sp b/FakeClients/scripting/FakeClients.sp index 77f7426d..41d0ce8e 100644 --- a/FakeClients/scripting/FakeClients.sp +++ b/FakeClients/scripting/FakeClients.sp @@ -77,6 +77,10 @@ public void OnPluginEnd() public void OnMapStart() { g_bMapEnded = false; + + g_bBlockInstantFakeConnects = false; + g_iBlockInstantFakeConnects = 0; + CreateTimer(4.0, BlockInstantFakeConnects, _, TIMER_REPEAT); } //---------------------------------------------------------------------------------------------------- @@ -347,7 +351,7 @@ public void CheckPopulation() else if (iPlayers > 5) { iFakesNeeded = 4; - iFakesInTeamNeeded = 1; + iFakesInTeamNeeded = 0; } else {