Fix wrong arg in parked car native

This commit is contained in:
Vortrex
2022-03-08 12:55:57 -06:00
parent 2d12b7f307
commit cdc54be692

View File

@@ -140,7 +140,7 @@ function setUpInitialGame() {
// Population
natives.dontSuppressAnyCarModels(5.0);
natives.dontSuppressAnyPedModels(5.0);
natives.forceGenerateParkedCarsTooCloseToOthers(5.0);
natives.forceGenerateParkedCarsTooCloseToOthers(true);
natives.setParkedCarDensityMultiplier(5.0);
natives.setRandomCarDensityMultiplier(5.0);
natives.setPedDensityMultiplier(5.0);