Scripts/resources/[hp]/hp_carcontrol/Config.lua
2024-12-29 20:48:41 +01:00

26 lines
552 B
Lua

Config = {}
Config.MenuKey = 'U'
-- Enable mileage system
Config.EnableMileageSystem = true
-- In how many milliseconds should the mileage system be run // Decrementing this value will increase the rise of mileage in every car
Config.MileageUpdateInterval = 1500
-- Script will never count the mileage of cars with these plates
Config.IgnoredPlates = {
"ADMIN",
"ADMIN ",
"ADMIN ",
"ADMIN ",
" ADMIN",
" ADMIN",
" ADMIN",
" ADMIN ",
" ADMIN ",
" ADMIN ",
" ADMIN",
"ADMINCAR",
"TESTKRSL"
}