From 15c3c888db477e48b4678353d2eb470845742915 Mon Sep 17 00:00:00 2001 From: Dogan Date: Mon, 7 Oct 2019 01:36:00 +0200 Subject: [PATCH] no fakes in teams for now --- FakePopulation/scripting/FakePopulation.sp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FakePopulation/scripting/FakePopulation.sp b/FakePopulation/scripting/FakePopulation.sp index 91d42568..ebe2b6e9 100644 --- a/FakePopulation/scripting/FakePopulation.sp +++ b/FakePopulation/scripting/FakePopulation.sp @@ -270,12 +270,12 @@ public void CheckPopulation() else if (iPlayers > 20) { iFakesNeeded = 4; - iFakesInTeamNeeded = 2; + iFakesInTeamNeeded = 0; } else if (iPlayers > 10) { iFakesNeeded = 3; - iFakesInTeamNeeded = 1; + iFakesInTeamNeeded = 0; } else if (iPlayers > 5) {