This commit is contained in:
michael.reiswich
2021-03-30 23:04:30 +02:00
parent 1e6bacfe9f
commit 3405c4d28d

View File

@@ -29,7 +29,7 @@ export default function customNametags() {
mp.game.graphics.drawText(player.name + " (" + player.remoteId + ")", [x, y], mp.game.graphics.drawText(player.name + " (" + player.remoteId + ")", [x, y],
{ {
font: 4, font: 4,
color: [255, 255, 255, 255], color: [73, 137, 0, 255],
scale: [0.4, 0.4], scale: [0.4, 0.4],
outline: true, outline: true,
centre: false centre: false