forked from Simnation/Main
Update client.lua
This commit is contained in:
parent
f2bd43f8f4
commit
7e548d2604
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ CreateThread(function()
|
|||
-- Nur normale Zivilisten und Autos erhalten
|
||||
SetPedDensityMultiplierThisFrame(0.7)
|
||||
SetScenarioPedDensityMultiplierThisFrame(0.7, 0.7)
|
||||
SetVehicleDensityMultiplierThisFrame(0.3)
|
||||
SetRandomVehicleDensityMultiplierThisFrame(0.3)
|
||||
SetVehicleDensityMultiplierThisFrame(0.1)
|
||||
SetRandomVehicleDensityMultiplierThisFrame(0.1)
|
||||
SetParkedVehicleDensityMultiplierThisFrame(0.0)
|
||||
|
||||
-- Kein Wanted-Level / Polizei-Eingriffe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue