Really fix

This commit is contained in:
hydrant
2018-11-18 17:16:05 +01:00
parent a85fb890e3
commit 879f04db68

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 + " (" + mp.players.at(player.id).id + ")", [x, y], mp.game.graphics.drawText(player.name + " (" + player.remoteId + ")", [x, y],
{ {
font: 4, font: 4,
color: [255, 255, 255, 255], color: [255, 255, 255, 255],