forked from Simnation/Main
fix
This commit is contained in:
parent
646749da77
commit
a1e9027648
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ Config.Debug = true
|
|||
|
||||
Config.Notify = 'okok' --ox, esx, okok,qb,wasabi,custom
|
||||
|
||||
Config.CheckItem = true --If you want player to have item before opening
|
||||
Config.CheckItem = false --If you want player to have item before opening
|
||||
|
||||
Config.PrinterModel = {`prop_printer_02`,`prop_printer_01`,`v_res_printer`}
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ CreateThread(function()
|
|||
-- Nur normale Zivilisten und Autos erhalten
|
||||
SetPedDensityMultiplierThisFrame(0.7)
|
||||
SetScenarioPedDensityMultiplierThisFrame(0.7, 0.7)
|
||||
SetVehicleDensityMultiplierThisFrame(0.5)
|
||||
SetRandomVehicleDensityMultiplierThisFrame(0.5)
|
||||
SetVehicleDensityMultiplierThisFrame(0.3)
|
||||
SetRandomVehicleDensityMultiplierThisFrame(0.3)
|
||||
SetParkedVehicleDensityMultiplierThisFrame(0.0)
|
||||
|
||||
-- Kein Wanted-Level / Polizei-Eingriffe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue