Change in nametags
This commit is contained in:
@@ -24,7 +24,7 @@ mp.events.add('render', (nametags) => {
|
||||
|
||||
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,
|
||||
color: [255, 255, 255, 255],
|
||||
|
||||
Reference in New Issue
Block a user