Arma 3 Voice
Print
In your Server Config:
Enable or Disable Voice disableChannels[]= // 0 channel 1 text 2 voice
{
{0,false,true}, // global channel
{1,false,true}, // side channel
{2,false,true}, // command channel
{3,false,true}, // group channel
{4,false,true}, // vehicle channel
{5,false,true}, // direct channel
{6,false,true}
};
Was this answer helpful?