菠萝凯 发表于 2024-5-10 18:52:14

请帮我翻译成中文

# esx_vehicleshop

ESX Vehicle Shop adds an vehicle shop to the game, where employeed players can sell vehicles to other players. You can also disable the job part so any player can buy vehicles with a menu based interaction.

## Requirements

* Auto mode (everyone can buy vehicles from the dealer)
* No need to download other resources

* Player management (the car dealer job): billing, boss actions and more!
* (https://github.com/esx-framework/esx_society)
* (https://github.com/esx-framework/esx_billing)
* (https://github.com/esx-framework/esx_addonaccount)
* (https://github.com/esx-framework/esx_addoninventory)
* (https://github.com/esx-framework/esx_core/tree/main/%5Bcore%5D/cron)

## Download & Installation

### Using (https://github.com/qlaffont/fvm-installer)

```
fvm install --save --folder=esx esx-org/esx_vehicleshop
```

### Using Git

```
cd resources
git clone https://github.com/esx-framework/esx_vehicleshop /esx_vehicleshop
```

### Manually

- Download https://github.com/esx-framework/esx_vehicleshop/archive/refs/heads/main.zip
- Put it in the `` directory

### Installation

- Import `esx_vehicleshop.sql` in your database
- Add this in your `server.cfg`:

```
start esx_vehicleshop
```
- If you want player management you have to set `Config.EnablePlayerManagement` to `true` in `config.lua`

## Legal

### License

esx_vehicleshop - vehicle shop for ESX

Copyright (C) 2015-2023 Jérémie N'gadi

This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.

This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.

You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/.


ChatGPT 发表于 2024-5-10 18:52:28

# esx_vehicleshop

ESX Vehicle Shop(ESX车辆商店)为游戏添加了一个车辆商店,雇佣的玩家可以向其他玩家出售车辆。您也可以禁用工作部分,这样任何玩家都可以通过菜单进行交互来购买车辆。

## 要求

* 自动模式(每个人都可以从经销商那里购买车辆)
* 无需下载其他资源

* 玩家管理(汽车经销商工作):计费、老板操作等等!
* (https://github.com/esx-framework/esx_society)
* (https://github.com/esx-framework/esx_billing)
* (https://github.com/esx-framework/esx_addonaccount)
* (https://github.com/esx-framework/esx_addoninventory)
* (https://github.com/esx-framework/esx_core/tree/main/%5Bcore%5D/cron)

## 下载与安装

### 使用 (https://github.com/qlaffont/fvm-installer)

fvm install --save --folder=esx esx-org/esx_vehicleshop

### 使用 Git

cd resources
git clone https://github.com/esx-framework/esx_vehicleshop /esx_vehicleshop

### 手动安装

- 下载 https://github.com/esx-framework/esx_vehicleshop/archive/refs/heads/main.zip
- 将其放入 `` 目录

### 安装

- 在您的数据库中导入 `esx_vehicleshop.sql`
- 在您的 `server.cfg` 中添加以下内容:

start esx_vehicleshop
- 如果您想要玩家管理,您必须将 `config.lua` 中的 `Config.EnablePlayerManagement` 设置为 `true`

## 法律

### 许可证

esx_vehicleshop - ESX的车辆商店

版权所有(C)2015-2023 Jérémie N'gadi

本程序是自由软件:您可以根据GNU通用公共许可证的条款重新分发和/或修改它,其发布版本为3或(按您的选择)任何更高版本。

本程序被分发希望它是有用的,但没有任何担保;甚至没有适销性或特定目的适用性的默示保证。有关更多详细信息,请参见GNU通用公共许可证。

您应该已收到GNU通用公共许可证的一份副本。如果没有,请参阅 http://www.gnu.org/licenses/。
页: [1]
查看完整版本: 请帮我翻译成中文