example
example

已解决√ 求助 FiveM右下角这个语言Chat如何汉化?

pma-voice resources\[voice]\pma-voice\shared.lua

Lua:
if GetConvar('voice_useNativeAudio', 'false') == 'true' then
    -- native audio distance seems to be larger then regular gta units
    Cfg.voiceModes = {
        { 1.5, "小声" }, -- Whisper speech distance in gta distance units
        { 3.0, "正常" },  -- Normal speech distance in gta distance units
        { 6.0, "大喊" } -- Shout speech distance in gta distance units
    }
else
    Cfg.voiceModes = {
        { 3.0,  "小声" }, -- Whisper speech distance in gta distance units
        { 7.0,  "正常" },  -- Normal speech distance in gta distance units
        { 15.0, "大喊" } -- Shout speech distance in gta distance units
    }
end
 
感谢
pma-voice resources\[voice]\pma-voice\shared.lua

Lua:
if GetConvar('voice_useNativeAudio', 'false') == 'true' then
    -- native audio distance seems to be larger then regular gta units
    Cfg.voiceModes = {
        { 1.5, "小声" }, -- Whisper speech distance in gta distance units
        { 3.0, "正常" },  -- Normal speech distance in gta distance units
        { 6.0, "大喊" } -- Shout speech distance in gta distance units
    }
else
    Cfg.voiceModes = {
        { 3.0,  "小声" }, -- Whisper speech distance in gta distance units
        { 7.0,  "正常" },  -- Normal speech distance in gta distance units
        { 15.0, "大喊" } -- Shout speech distance in gta distance units
    }
end
 
pma-voice resources\[voice]\pma-voice\shared.lua

Lua:
if GetConvar('voice_useNativeAudio', 'false') == 'true' then
    -- native audio distance seems to be larger then regular gta units
    Cfg.voiceModes = {
        { 1.5, "小声" }, -- Whisper speech distance in gta distance units
        { 3.0, "正常" },  -- Normal speech distance in gta distance units
        { 6.0, "大喊" } -- Shout speech distance in gta distance units
    }
else
    Cfg.voiceModes = {
        { 3.0,  "小声" }, -- Whisper speech distance in gta distance units
        { 7.0,  "正常" },  -- Normal speech distance in gta distance units
        { 15.0, "大喊" } -- Shout speech distance in gta distance units
    }
end
感谢
 
后退
顶部