#
Client Installation
- Download the latest release or build the project by yourself.
- Copy the gta5voice folder into your
client_packagesdirectory. - Add the following line to your client_packages
index.js:
require('gta5voice');
#
Manual build instructions
- Install the development dependencies:
npm install --save-dev
- Build the project:
npm run build
- After building, you will find the generated folder:
build/gta5voice