Installation
Installation
Download and Extract
Download the repository and extract it to your resources
folder in your FiveM server directory.
Folder Structure
Ensure your folder structure looks like this:
resources/
└── b2_notifyV2/
├── html/
│ ├── index.html
│ ├── sounds/
│ │ ├── success.wav
│ │ ├── error.wav
│ │ ├── warning.wav
│ │ └── info.wav
├── client.lua
└── fxmanifest.lua
Last updated