Hi! I would like to present you a script that makes nametag and hp/armor bar look like GTA:Online's ones.
First, we create variables to configure the tags.
const maxDistance = 25*25;
const width = 0.03;
const height = 0.0065;
const border = 0.001;
const color = [255,255,255,255];
Now disable the default name tags.
mp.nametags.enabled = false;
Next, draw our name tags.
mp.events.add('render', (nametags) => {
const graphics = mp.game.graphics;
const