Help me to set chat invisible
1 Like
please use the search function on the forums before making topics.
1 Like
i have searched and dont haved resultat , and i make a topics , thx
Find the FiveM chat resource and open up the default-config.js in wordpad or notepad++ preferably, notepad is pretty rubbish for this kind of stuff.
Find the line:
background: rgba(52, 73, 94, 0.7)',
This is where you can change the rgba (Red, Green, Blue, Alpha) alpha is the transperency so look for this and change the Alpha from 0.7 to 0.0
The line should now look like:
background: ‘rgba(52, 73, 94, 0.0)’,
Restart the resource via your console using the commands
refresh
start chat
or whatever your resource is named.
-Eden
3 Likes