Scripts/resources/[hp]/hp_carcontrol/Config.lua

26 lines
552 B
Lua
Raw Permalink Normal View History

2024-12-29 19:48:41 +00:00
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"
}