blips und nametag color
This commit is contained in:
@@ -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