Change in nametags

This commit is contained in:
VegaZ
2018-10-31 22:30:30 +01:00
parent ac9ca7406e
commit ef23eb3e48

View File

@@ -24,7 +24,7 @@ mp.events.add('render', (nametags) => {
y -= scale * (0.005 * (screenRes.y / 1080)); y -= scale * (0.005 * (screenRes.y / 1080));
mp.game.graphics.drawText(player.name + " (" + player.id + ")", [x, y], mp.game.graphics.drawText(player.name + " (" + mp.players.at(player.id).id + ")", [x, y],
{ {
font: 4, font: 4,
color: [255, 255, 255, 255], color: [255, 255, 255, 255],