I used CLEO to made it and help from ZAZ
press Backspace to enable, Tab to disable <-- i can change keys if you want
I made it for my desktop resolution 1440x900 so in other resolutions maybe it can be different
Cleo script. You can edit it, for your desktop resolution, if you know how to
{$CLEO .cs}
:Show_Textur
03A4: name_thread "RACEHUD"
wait 1000
:RACEHUD_2
wait 0
if
0256: player $PLAYER_CHAR defined
jf @RACEHUD_2
if
0AB0: key_pressed 8//----- press Backspace to enable
jf @RACEHUD_2
0390: load_txd_dictionary "RACEHUD"
038F: load_texture "RACEHUD" as 1
:RACEHUD_3
wait 0
if
0256: player $PLAYER_CHAR defined
jf @RACEHUD_3
03F0: enable_text_draw 1
038D: draw_texture 1 position 583.0 356.0 size 58.0 64.0 RGBA 255 255 255 255
if
0AB0: key_pressed 9//----- press Tab to disable
jf @RACEHUD_3
:RACEHUD_4
03F0: enable_text_draw 0
0391: release_txd_dictionary
0002: jump @RACEHUD_2
038D: draw_texture 1 position 583.0 356.0 size 58.0 64.0 RGBA 255 255 255 255
/hud
Position
> Position 572.0 324.0
> Font Size 0.7 4.5
Position String
> Position 585.0 329.0
> Font Size 0.5 2.0
Total Racers
> Position 586.0 344.0
> Font Size 0.35 2.0
Time
> Position 559.0 359.0
> Font Size 0.45 2.5