Changing ChatDisplayMode

revson

New member
Joined
May 1, 2020
Messages
1
Reaction score
0
Location
Los Santos
Is there any way to change ChatDisplayMode in code? Any offset or something?
In s0beit source i found this enum:
C++:
enum ChatDisplayMode
{
    CHAT_WINDOW_MODE_OFF = 0,
    CHAT_WINDOW_MODE_LIGHT = 1,
    CHAT_WINDOW_MODE_FULL = 2
};
But besides declaration its never used, also i couldn't find any function that would change the display mode.
 
Top