Voice Proximity NFive Plugin

This plugin adds customizable HUD element to display the voice levels and currently talking indicator to your NFive FiveM GTAV server.
This project aims to help in vizualising the voice in GTAV.
Works well with my street position plugin.

Installation
Install the plugin into your server from the NFive Hub: nfpm install egertaia/voice-proximity
Configuration
- For Cycle configuration please refer to Controls and InputModifiers to find the perfect combination for you.
```yml
Distance levels to cycle between
levels:
- name: Whisper # Name to display
distance: 1.5 # Talk distance
- name: Normal
distance: 10
- name: Yell
distance: 25
Hotkey to cycle between the levels
hotkey:
key: 74 # Default is set to H
modifier: 4 # Default is set to Shift
(Optional) The RPC event which when fired should start this plugin
If set, this plugin won't display anything until after this event has fired once
This can be used to enable this plugin once you are loaded into the game
Defaults to disabled
activation_event: something:game:started
Coming soon
Coming soon