ID on hud

I try to find how to put the id on hug , but i can’t found anything, can you help me?

Print: https://i.imgur.com/qbIFAUq.png

https://github.com/Schaduwx/idonhud this should work i havent tested it tho

1 Like

I’m gonna try that, very thanks!

alright tell me if it works or not

2 Likes

It’s working, very thanks!!!

no problem :slight_smile:

Excuse me,do you know how to change the place of id hud? My id hud is on the top of the screen,i want it to place next to my map like the picture.

Do you know how?

Heyy, yes

You must go to the

client.lua

Then change at line 19 the coords for width and height…

It´s look like:

DrawText(x - width/1, y - height/10)

Thats not the coords for next to map!!!

So i Have the right code:

Look:

DrawText(x - width/0.9 + 0.059, y - height/10 + 0.539)

And a creen: here Screenshot_2

1 Like

how did you changed the color of text ?

Before the text is a ~r~ or ~y~… You can change it… like ~r~ to ~p~

The color red will be purple … I lost the official page for all colors… Try it out