C# Hud component show and hide

Hello everyone, i try to play a bit the hud component but one thing isn’t working and i wonder why:

when i use the native showHudComponent(hudCompt id) this one isn’t showing the choosen component but when i call HideHudComponent(hudComp id) this one is working and hide my component.

i think i miss a native function to call for show my comp but i dunno wich one .

Check out this file;

FiveM.app\citizen\scripting\lua\natives_0193d0af.lua

(This is inside your client).

:snail:

just check , but i can see all the native made for lua , i even found the native i use , but in what it helping with this problem ?