rafull6 Posted June 15, 2011 Share Posted June 15, 2011 Hi guys. Yesterday i decided to set up mta server and found one strange thing - when i sand one message in the chatbox, there appear two messages. Why? I looked through all resources - nothing about chatbox. What can it be? Screenshot: Link to comment
0 Discord Moderators Zango Posted June 15, 2011 Discord Moderators Share Posted June 15, 2011 It's freeroam's fault afaik. I think there's an option somewhere you can disable else you have to remove that code. Link to comment
0 rafull6 Posted June 15, 2011 Author Share Posted June 15, 2011 If realy i don't know how to fix it. Anybody have an idea? Link to comment
0 Tren Posted June 15, 2011 Share Posted June 15, 2011 I had that problem too , on my local server sometimes. Maybe ... do /debugscript 3 , write anything , find anything (warning,error) in debug and report to bugtracker or send it here. Link to comment
0 rafull6 Posted June 15, 2011 Author Share Posted June 15, 2011 I defineted that problem in freeroam resource. When i turned it down, double messages stopped. Question: How to fix this bug with freeroam resource? Link to comment
0 DakiLLa Posted June 15, 2011 Share Posted June 15, 2011 AFAIK you have another one resource running that makes the secound message appear. Try to stop resources one by one to detect which one causes the problem. Link to comment
0 Discord Moderators Zango Posted June 15, 2011 Discord Moderators Share Posted June 15, 2011 it's on line 394 in fr_server.lua: addEventHandler('onPlayerChat', g_Root, function(msg, type) if type == 0 then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox(getPlayerName(source) .. ': #FFFFFF' .. msg:gsub('#%x%x%x%x%x%x', ''), g_Root, r, g, b, true) end end ) Basically it colours the name of the chatting player to his name tag color, and removes any other colour coding. Maybe you have a resource which does similar. Remove this code or find out what other resource may do it. Link to comment
0 will briggs Posted June 15, 2011 Share Posted June 15, 2011 if you restart the server it should work, i had this a few times on my server... its the freerome res. Link to comment
Question
rafull6
Hi guys. Yesterday i decided to set up mta server and found one strange thing - when i sand one message in the chatbox, there appear two messages. Why? I looked through all resources - nothing about chatbox. What can it be?
Screenshot:
Link to comment
7 answers to this question
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