Danielcik 0 Posted December 20, 2020 Share Posted December 20, 2020 Hi! I have a strange problem on my server. I try to replace every song / artist GXT text, with something, but only some get replaced. The GXT text I edit is from the latest version, and even if the Hash I change is along the list, it just dosen't change. Here is the code I use: mp.events.add("playerReady", (player) => { availableSongs.forEach((song) => { mp.game.gxt.set(song, ""); }); }); Here is the availableSong list: https://pastebin.com/6LTss10F This is a strange problem, since I tested it somewhere else, and I didn't encounter this. Link to post Share on other sites
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