[Standalone] (pma-voice plugin) Show proximity range with Marker


ezgif.com-gif-maker (1)

Readme

  • It will show only when you change the range mode in pma-voice ( pma-voice:setTalkingMode has been trigger)

Download

Installation :

  • plug n play (no setup required)
  • make sure u use pma-voice
11 Likes

is this show every time we talk or only for show range ?

only when u change the range

1 Like

nice work man

3 Likes

To change the color of the range?

In the cl_config.lua file:

DrawMarker(1, coords.x, coords.y, coords.z-1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, proximityRange*2.0, proximityRange*2.0, 0.5, 110, 60, 213, 100, false, true, 2, nil, nil, false)

It uses RGBA:

  • 110 is red
  • 60 is green
  • 213 is blue
  • 100 is alpha (transparency)

Pick a colour on Google: rgb color picker - Google Search

Read about: DrawMarker - FiveM Natives @ Cfx.re Docs

2 Likes

To change the audible range

Is there a way to change the voice range ?

is it possible to do like a ui when player deactivates ingame voice?

its in the pma-voice config

when im in a car the range is transparancy or disapears how can i make it good visible when in car?

What would I change to get the color to change?