1 Followed
283 Follower
Adrian_chupi
Admin
Aug 13, 2023
3,085 Mesaj
8,182 Reaction
0 Solution
113
First Message
100 Messages
500 Message
1K Message
No reward!
Github Link
What does this script?
This Script uses the Vehicle Category System to determine the Vehicle speeds for all Vehicles in that category. Example: All Vehicles in Super are allowed to only drive - - 180. With that being edited to 180, all vehicles in that category are only driving 180 – 181 km/h.
to Add a new Category go in the Server.lua File and Add / Remove the category's you want or don't want
Category Example - ['super'] = { limitKMH = 120, limitMPH = 75 }, ['compact'] = { limitKMH = 60, limitMPH = 32 },
Dependency
qb-core
Script can be easily converted to ESX. (editado)
Link hidden for visitors. To see,
Log in or register now.
What does this script?
This Script uses the Vehicle Category System to determine the Vehicle speeds for all Vehicles in that category. Example: All Vehicles in Super are allowed to only drive - - 180. With that being edited to 180, all vehicles in that category are only driving 180 – 181 km/h.
to Add a new Category go in the Server.lua File and Add / Remove the category's you want or don't want
Category Example - ['super'] = { limitKMH = 120, limitMPH = 75 }, ['compact'] = { limitKMH = 60, limitMPH = 32 },
Dependency
qb-core
Script can be easily converted to ESX. (editado)