Hi.
Is there a way to remove the box around the chat? Or maybe overall change how the chat looks?
I would like to make it so it doesn’t take up “a lot” of the screen
edit:
Also remove the lua errors that pop up in chat.
Hi.
Is there a way to remove the box around the chat? Or maybe overall change how the chat looks?
I would like to make it so it doesn’t take up “a lot” of the screen
edit:
Also remove the lua errors that pop up in chat.
uff, C# here, To “change” the look of your chat would require some UI stuff to be done, but currently there is a way to make your chat look like in GTA O: . It’s smaller and a bit sleek. To get it, just disable your chat resource in your auto started resources txt file.
Thank you, I’ll try that. But it’s mostly just the box that the chat appears in, that bothers me the most.
I see other servers that doesn’t have that.
Okay, I’m not sure if thats the new FX server, but it’s the first time for me to see this chat lol. Try it out, and let me know how it went.
[LINK REMOVED]
If all else fails, try that That’s the default CFX textchat box thing.
Well, can’t decide what’s better lol. Removing the chat from the cfg worked at least, but loosing the Chat Roles is a bummer.
Oh also, i think the .lua errors are only “see-able” to server administrators.
This works! (so far) Perfect, looks much better.
Please refrain from downgrading the chat resource to change its appearance, and rather change the CSS in the new one if you want to make it look different.
The old chat resource does not support various required features in FXS, and will cause issues in prolonged usage.
In addition, removing the chat resource to trigger the GTAO chat is not a supported scenario, as it will prevent resources from intercepting chat messages whatsoever, including commands.
To remove the box from the proper chat resource, open resources/[system]/chat/html/index.css
and replace the following lines:
background-color: rgba(52, 73, 94, 0.7);
background-color: rgba(44, 62, 80, 1.0);
with a different color, alpha value, or remove them entirely.
@stannum Delete the entire line background-color: rgba(52, 73, 94, 0.7); ? or change the numbers to 0’s?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.