Fix wrong arg in parked car native
This commit is contained in:
@@ -140,7 +140,7 @@ function setUpInitialGame() {
|
|||||||
// Population
|
// Population
|
||||||
natives.dontSuppressAnyCarModels(5.0);
|
natives.dontSuppressAnyCarModels(5.0);
|
||||||
natives.dontSuppressAnyPedModels(5.0);
|
natives.dontSuppressAnyPedModels(5.0);
|
||||||
natives.forceGenerateParkedCarsTooCloseToOthers(5.0);
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user