mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +00:00
29 lines
635 B
Markdown
29 lines
635 B
Markdown
# esx_voice
|
|
This is a proximity voice controller script. The default control for this is `Left Shift + H` (QWERTY).
|
|
|
|
## Download & Installation
|
|
|
|
### Using [fvm](https://github.com/qlaffont/fvm-installer)
|
|
```
|
|
fvm install --save --folder=esx esx-org/esx_voice
|
|
```
|
|
|
|
### Using Git
|
|
```
|
|
cd resources
|
|
git clone https://github.com/ESX-Org/esx_voice [esx]/esx_voice
|
|
```
|
|
|
|
### Manually
|
|
- Download https://github.com/ESX-Org/esx_voice/archive/master.zip
|
|
- Put it in the `[esx]` directory
|
|
|
|
## Installation
|
|
Add this into your `server.cfg`
|
|
```
|
|
start esx_voice
|
|
```
|
|
|
|
## Credits
|
|
[aabbfive](https://github.com/aabbfive/voicecontroller) - Original author
|