Don't set population stuff

This commit is contained in:
Vortrex
2022-03-08 15:01:22 -06:00
parent 48ae78084e
commit 9ce663c1cd

View File

@@ -138,14 +138,14 @@ function setUpInitialGame() {
natives.setPlayersDropMoneyInNetworkGame(false); natives.setPlayersDropMoneyInNetworkGame(false);
// Population // Population
natives.dontSuppressAnyCarModels(5.0); //natives.dontSuppressAnyCarModels(5.0);
natives.dontSuppressAnyPedModels(5.0); //natives.dontSuppressAnyPedModels(5.0);
natives.forceGenerateParkedCarsTooCloseToOthers(true); //natives.forceGenerateParkedCarsTooCloseToOthers(true);
natives.setParkedCarDensityMultiplier(5.0); //natives.setParkedCarDensityMultiplier(5.0);
natives.setRandomCarDensityMultiplier(5.0); //natives.setRandomCarDensityMultiplier(5.0);
natives.setPedDensityMultiplier(5.0); //natives.setPedDensityMultiplier(5.0);
natives.setCarDensityMultiplier(5.0); //natives.setCarDensityMultiplier(5.0);
natives.setScenarioPedDensityMultiplier(5.0, 5.0); //natives.setScenarioPedDensityMultiplier(5.0, 5.0);
natives.switchRandomTrains(true); natives.switchRandomTrains(true);
natives.switchRandomBoats(true); natives.switchRandomBoats(true);
natives.switchAmbientPlanes(true); natives.switchAmbientPlanes(true);