forked from Simnation/Main
Update client.lua
This commit is contained in:
parent
149ffbc4dd
commit
34b390b37c
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ CreateThread(function()
|
|||
SetScenarioPedDensityMultiplierThisFrame(0.5, 0.5) -- Von 0.7 auf 0.5 reduziert
|
||||
|
||||
-- Verkehrsdichte auf moderaten Wert setzen
|
||||
SetVehicleDensityMultiplierThisFrame(0.3) -- Von 0.01 auf 0.3 erhöht
|
||||
SetRandomVehicleDensityMultiplierThisFrame(0.3) -- Von 0.01 auf 0.3 erhöht
|
||||
SetParkedVehicleDensityMultiplierThisFrame(0.2) -- Von 0.0 auf 0.2 erhöht
|
||||
SetVehicleDensityMultiplierThisFrame(0.1) -- Von 0.01 auf 0.3 erhöht
|
||||
SetRandomVehicleDensityMultiplierThisFrame(0.1) -- Von 0.01 auf 0.3 erhöht
|
||||
SetParkedVehicleDensityMultiplierThisFrame(0.1) -- Von 0.0 auf 0.2 erhöht
|
||||
|
||||
|
||||
-- Kein Wanted-Level / Polizei-Eingriffe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue