Ok, so I partially found a solution for the text displaying. I created a label gui and defined it to always be visible at the bottom of the screen. Now what to do to make the description text be visible on it? I know that function
Description.GUIMode(GUIControl *gc);
is for it. I disabled the overlay btw. But I don't know how to configure this to display the text on my label.
Description.GUIMode(GUIControl *gc);
is for it. I disabled the overlay btw. But I don't know how to configure this to display the text on my label.