Wanted Stars in esx 1.2

It may be a stupid question but i can’t seem to figure it out …
how to bring back the wanted stars flashing on the screen with esx 1.2.

The wanted mode with npcs cops work perfectly but i dont see stars… the whole time i would like to see the wanted stars on the upper right as i dont notice if i go from 2 stars to 4… for exemple

in esx i have change the (0) to (5)
image

I tried activating the Config.EnableHud in es_extended… no stars showing when im wanted

I found a FlashWantedDisplay(bool) Native that change nothing or i can’t use it right. I use it as debug tool to understand what is going on… my own message fonction indicate the wanted level is fine…

I can’t beleave i can’t find the answer to that

Likely you have a script somewhere with this:

HideHudComponentThisFrame(1)

In a loop somewhere. If you find it, remove it, and your stars should show.

1 Like

I did suspect that yesterday… i was wondering at the same time if HideHudComponentThisFrame(1) is always the wanted star… found it when you pause the game with Trew Hud…

I will focus the investigation around that…

in the whole ressource folder… i got 1 entry

it was exactly that… i did not beleave in the big randomness of things that exactly what i wanted would be the first hud component in the game… and i read too fast i guess… “i does not mather in the pause menu”

image