blips und nametag color
This commit is contained in:
@@ -27,7 +27,7 @@ export default function playerBlips() {
|
||||
|
||||
mp.events.add("entityStreamOut", (entity) => {
|
||||
if (entity.type === "player") {
|
||||
entity.blip = null;
|
||||
//entity.blip = null;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -73,7 +73,6 @@ class RagePlayer extends RageEntity implements IPlayer {
|
||||
|
||||
get nametagColor(): number {
|
||||
var color = this.player.getVariable("nameTagColor");
|
||||
game.ui.sendChatMessage(`player = ${this.player.name} - color = ${color}`);
|
||||
if (!color)
|
||||
return 0;
|
||||
return color;
|
||||
|
||||
Reference in New Issue
Block a user