Replies: 2 comments
-
|
This could be made with ace permissions maybe |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Here's an initial POC #278 not tested, but add the ace the user needs as the third argument in Cfg.voiceModes and it should work |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to make it so the "test" mode can only be used if you have a certain group?
else
Cfg.voiceModes = {
{1.5, "Whisper"}, -- Whisper speech distance in gta distance units
{7.0, "Normal"}, -- Normal speech distance in gta distance units
{15.0, "Shouting"}, -- Shout speech distance in gta distance units
{25.0, "Theater"}, -- Shout speech distance in gta distance units
{200000000000.0, "test"} -- Shout speech distance in gta distance units
}
end
Beta Was this translation helpful? Give feedback.
All reactions