NoNPC scriptini indirin klasoru acin main.lua yi acin 16. satirdan 25. satira kadar silip bu vermis oldugumu yapistirin ardindan server.cfg girip start nonpc diyip kayit edin serveri resetleyin sorun cozulmus olucaktir.
SetVehicleDensityMultiplierThisFrame(0.0) -- set traffic density to 0.0
SetPedDensityMultiplierThisFrame(0.0) -- set npc/ai peds density to 0.0
SetRandomVehicleDensityMultiplierThisFrame(0.0) -- set random vehicles (car scenarios / cars driving off from a parking spot etc.) to 0
SetParkedVehicleDensityMultiplierThisFrame(0.0) -- set random parked vehicles (parked car scenarios) to 0
SetScenarioPedDensityMultiplierThisFrame(0.0, 0.0) -- set random npc/ai peds or scenario peds to 0
SetGarbageTrucks(false) -- Stop garbage trucks from randomly spawning
SetRandomBoats(false) -- Stop random boats from spawning in the water.
SetCreateRandomCops(false) -- disable random cops walking/driving around.
SetCreateRandomCopsNotOnScenarios(false) -- stop random cops (not in a scenario) from spawning.
SetCreateRandomCopsOnScenarios(false) -- stop random cops (in a scenario) from spawning.