Text Labels

Well i’m working with labels right now and for some reason i’m getting NULL on this label: HAIR_BEARD10

I checked and files and find that label in har_mnu.gtx2 so i’m curious why this:

HAIR_BEARD0 - HAIR_BEARD19 is not returning the text label i’m trying to get

Some labels have to be requested of sorts, ill try find an example of how to do it

1 Like

Here it is:
Using Labels!

Btw related to text labels question…
how to get the text from address i mean

0xEEC82B6E = Light Lincoln

but when i try GetTextLabel just getting NULL i know thats its because GetTextLabel only works with the labelName but how to do this with the address?

go up to the top of that page, it shows you how to use hashcollider to get a working hash for the label

1 Like

Oh, okey thanks you!