color hp balken

This commit is contained in:
michael.reiswich
2021-03-31 00:51:29 +02:00
parent e908362321
commit abece88728
3 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ export default function voice(globalData: IGlobalData) {
const UseAutoVolume = false;
const MaxRange = 30.0;
mp.voiceChat.muted = false; // initialize muted
mp.voiceChat.muted = true; // initialize muted
var listeners: Array<PlayerMp> = new Array<PlayerMp>();