------------------------------------------------------------- -- Calm-AI V3- A Simple FiveM Script, Made By Jordan.#2139 -- ------------------------------------------------------------- ------------------------------------------------------- -- CONFIG YOUR PERIPHERALS HERE! -- ------------------------------------------------------- Config = { VehDensity = 0.90, -- How many vehicles are driving (0.0 - 1.0) | The lower the number the less cars PedDensity = 0.85, -- How many AI are around (0.0 - 1.0) | The lower the number the less AI RanVehDensity = 0.85, -- How many Random Cars (0.0 - 1.0) | The lower the number the less cars ParkCarDensity = 0.90, -- How many parked cars (0.0 - 1.0) | The lower the number the less cars ScenePedDensity = 0.35, -- How many AI doing emotes (scenarios) (0.0 - 1.0) | The lower the number the less AI DispatchDead = true, -- Do you want AI to dispatch? True = No | False = Yes } -------------------------- -- ^^^ DO THAT HERE ^^^ -- --------------------------