[HELP] About overhead message

1630102952607

I want to know how to do like this… overhead message
Which native function for this ?

Most likely you will use GetScreenCoordFromWorldCoord() and then BeginTextCommandDisplayText(). Note that there are a lot of other natives you’ll need to use for the last one. The first one should be self-explanatory.

SetFloatingHelpTextWorldPosition - Natives @ Cfx.re Docs and similar (SetFloatingHelpTextStyle - Natives @ Cfx.re Docs or so).

@Silverman This isn’t a manual draw, it’s a game feature.

Oh, that’s a nice feature, didn’t know about that native. Thanks for pinging!