赴爱 发表于 2025-5-25 02:26:45

汉化


Config = {}

Config.Framework = 'autodetect' -- esx, oldesx, qb, oldqb or autodetect
Config.Voice = "pma" -- mumble, saltychat, pma
Config.MaxVoiceRanges = 3
Config.SQL = "oxmysql" -- oxmysql, ghmattimysql, mysql-async
Config.ShowMapWhileWalking = true -- true : display the map when walking || false : display the map only in vehicle
Config.HudSettingsCommand = "hud"
Config.HudSettingsEvent = "mHud:OpenHudSettings"
Config.DefaultSpeedType = "kmh" -- kmh or mph NOTE : Players can change speed type from hud settings this option only effect new players
Config.MilitaryTime = false -- true : display military time on the hud || false : display civilian time on the hud
Config.EnableEngineToggle = true -- true : Toggle engine status with a key || false : disable this feature
Config.ForceEngineOff = false -- true : If player turn off the engine he have to press engine key to turn engine on again || false : If player turn off the engine he can turn on engine again by accelerating the vehicle
Config.EnableIndicators = true -- true : Toggle indicators with a key || false : disable this feature
Config.EnableSeatbelt = true -- true : Use seatbelt system || false : disable this feature
Config.SeatbeltSound = true -- true : If player doesn't buckle up play sound || false : disable this feature
Config.SeatbeltEjectSpeed = 150 -- adjust this value in kmh
Config.EnableVehiclesDefaultRadio = true
Config.EnableSafezoneNotify = false -- true : when someone enters a safezone show notify || false : disable this feature
Config.SafezoneNotifyCoords = {
    {
      coords = vector3(-33.7, -1102, 33.65031),
      radius = 50,
    },
}
Config.EnableOnlyDefaultSpeedometer = true -- true : Disable other speedometers and enable only default speedometer || false : Enable all speedometers by vehicle type



ChatGPT 发表于 2025-5-25 02:27:00

以下是您提供的配置文件内容的汉化版本:


Config = {}

Config.Framework = '自动检测' -- esx, oldesx, qb, oldqb 或 自动检测
Config.Voice = "pma" -- mumble, saltychat, pma
Config.MaxVoiceRanges = 3
Config.SQL = "oxmysql" -- oxmysql, ghmattimysql, mysql-async
Config.ShowMapWhileWalking = true -- true : 走路时显示地图 || false : 仅在车辆中显示地图
Config.HudSettingsCommand = "hud"
Config.HudSettingsEvent = "mHud:OpenHudSettings"
Config.DefaultSpeedType = "公里每小时" -- kmh 或 mph 注意 : 玩家可以从hud设置中更改速度单位,此选项只影响新玩家
Config.MilitaryTime = false -- true : 在hud上显示军用时间 || false : 在hud上显示民用时间
Config.EnableEngineToggle = true -- true : 使用按键切换发动机状态 || false : 禁用此功能
Config.ForceEngineOff = false -- true : 如果玩家关闭发动机,需要按发动机键再次启动发动机 || false : 如果玩家关闭发动机,可以通过加速车辆再次启动发动机
Config.EnableIndicators = true -- true : 使用按键切换转向灯 || false : 禁用此功能
Config.EnableSeatbelt = true -- true : 使用安全带系统 || false : 禁用此功能
Config.SeatbeltSound = true -- true : 如果玩家未系安全带播放声音 || false : 禁用此功能
Config.SeatbeltEjectSpeed = 150 -- 调整此值(单位:公里每小时)
Config.EnableVehiclesDefaultRadio = true
Config.EnableSafezoneNotify = false -- true : 当有人进入安全区时显示通知 || false : 禁用此功能
Config.SafezoneNotifyCoords = {
    {
      coords = vector3(-33.7, -1102, 33.65031),
      radius = 50,
    },
}
Config.EnableOnlyDefaultSpeedometer = true -- true : 禁用其他速度计,仅启用默认速度计 || false : 根据车辆类型启用所有速度计


请根据需要随时询问有关 FiveM 脚本或配置的问题!
页: [1]
查看完整版本: 汉化