remove mirror park trees

This commit is contained in:
KingMcDonalds
2026-03-14 04:23:46 -07:00
parent ba80d5e05a
commit d6d9ff486b
345 changed files with 18 additions and 1137 deletions
+15 -15
View File
@@ -5,39 +5,39 @@ Config.kmh = false
-- Set Config.maxSpeed to false if you want to use same speed for all vehicles
-- Set the max speed for all vehicles on Config.maxSpeed
Config.useCategories = true
Config.maxSpeed = 180
Config.maxSpeed = 186
Config.Categories = {
-- COMPACTS
{category = 0, maxSpeed = 165},
{category = 0, maxSpeed = 186},
-- SEDANS
{category = 1, maxSpeed = 165},
{category = 1, maxSpeed = 186},
-- SUV'S
{category = 2, maxSpeed = 165},
{category = 2, maxSpeed = 186},
-- COUPES
{category = 3, maxSpeed = 165},
{category = 3, maxSpeed = 186},
-- MUSCLE
{category = 4, maxSpeed = 165},
{category = 4, maxSpeed = 186},
-- SPORT CLASSIC
{category = 5, maxSpeed = 160},
{category = 5, maxSpeed = 186},
-- SPORT
{category = 6, maxSpeed = 165},
{category = 6, maxSpeed = 186},
-- SUPER
{category = 7, maxSpeed = 165},
{category = 7, maxSpeed = 186},
-- MOTORCYCLES
{category = 8, maxSpeed = 130},
{category = 8, maxSpeed = 186},
-- OFFROAD
{category = 9, maxSpeed = 165},
{category = 9, maxSpeed = 186},
-- INDUSTRIAL
{category = 10, maxSpeed = 125},
{category = 10, maxSpeed = 185},
-- UTILITY
{category = 11, maxSpeed = 125},
{category = 11, maxSpeed = 186},
-- VANS
{category = 12, maxSpeed = 165},
{category = 12, maxSpeed = 186},
-- BICYCLES
{category = 13, maxSpeed = 85},
-- BOATS
{category = 14, maxSpeed = 125},
{category = 14, maxSpeed = 185},
--#region PLANES AND HELIS
-- YOU MUST NOT LOCK THIS ONES OR YOU WON'T BE ABLE TO FLY THEM!!!
@@ -1,15 +0,0 @@
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
this_is_a_map 'yes'
client_script 'client.lua'
shared_script '@ox_lib/init.lua'
files {
'timecycle_mods_ook.xml',
}
data_file 'TIMECYCLEMOD_FILE' 'timecycle_mods_ook.xml'
dependency '/assetpacks'

Some files were not shown because too many files have changed in this diff Show More