There's some section, called "//Scroll elements" in clinet_defines.fos, I suppose that it's scroll position in hardcoded GUI, and that would be very useful for me, but I have no idea how to use it, there's no example in SDK at all.
Any ideas?
// Scroll elements
#define SCROLL_MESSBOX ( 0 )
#define SCROLL_INVENTORY ( 1 )
#define SCROLL_INVENTORY_ITEM_INFO ( 2 )
#define SCROLL_PICKUP ( 3 )
...