From 3405c4d28d276300e81dc4f9afcb00eef21b13bc Mon Sep 17 00:00:00 2001 From: "michael.reiswich" Date: Tue, 30 Mar 2021 23:04:30 +0200 Subject: [PATCH] ok --- ReallifeGamemode.Client/Gui/nametags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/Gui/nametags.ts b/ReallifeGamemode.Client/Gui/nametags.ts index bc078d97..fabb8851 100644 --- a/ReallifeGamemode.Client/Gui/nametags.ts +++ b/ReallifeGamemode.Client/Gui/nametags.ts @@ -29,7 +29,7 @@ export default function customNametags() { mp.game.graphics.drawText(player.name + " (" + player.remoteId + ")", [x, y], { font: 4, - color: [255, 255, 255, 255], + color: [73, 137, 0, 255], scale: [0.4, 0.4], outline: true, centre: false