汉化
-- Tuning
Config.TuningGiveInstalledItemBackOnRemoval = false
-- Locations
Config.UseCarLiftPrompt = " 使用升降梯"
Config.UseCarLiftKey = 38
Config.CustomiseVehiclePrompt = " 定制车辆"
Config.CustomiseVehicleKey = 38
以下是你的代码的汉化版本:
-- 调整设置
Config.TuningGiveInstalledItemBackOnRemoval = false-- 移除时是否将已安装的物品归还
-- 位置设置
Config.UseCarLiftPrompt = " 使用升降梯"-- 使用升降梯的提示信息
Config.UseCarLiftKey = 38-- 使用升降梯的按键
Config.CustomiseVehiclePrompt = " 定制车辆"-- 定制车辆的提示信息
Config.CustomiseVehicleKey = 38-- 定制车辆的按键
这些配置项适合放在 `Config.lua` 文件中,而不是 `server.lua` 或 `client.lua`。
页:
[1]