Don Cezar Posted January 23 Posted January 23 Unsure if this is the right section or if I should've posted in scripting but.. I'm playing around with creating a RageMP server, at some point I added a charcreator mod/plugin/addon/whatever it's called. When I tried using the.. thing.. by writing /creator in chat, I noticed the chat wouldn't open anymore. I restarted the game, I restarted the server, I removed the script, but the chat remains broken. Not only it doesn't open up but it also doesn't appear anymore, I remember having a 'joined the server' type message appear, then a message about the server terminating.. those don't appear anymore, it's like the chat completely disappeared. I've got no clue how to diagnose or debug this and no amount of googling / searching on this forum helped.
Don Cezar Posted January 23 Author Posted January 23 Solved! It turns out the example in the NativeUI docs turns the chat off with this line: `mp.gui.chat.show(false);`. Make sure it's set to true instead (client_packages > index.js)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now