Jump to content
  • 0

1.1 Korean chating problem


gaemil

Question

6 answers to this question

Recommended Posts

  • 0
Can you please paste a screenshot of the console output and the chatbox output, and maybe type here what it was actually meant to say.

Thanks

  
function resourceStartNotify ( resourcename ) 
    outputDebugString("한국어 테스트") -- Korean 
    outputDebugString("Korean Test") 
  
    outputChatBox("한국어 테스트") -- Korean 
    outputChatBox("Korean Test") 
  
end 
addEventHandler( "onResourceStart", getRootElement(), resourceStartNotify ) 
  

157A2C504E57B41C258F2E

Red color box is korean

outputChatBox is working but console is not working!

Edited by Guest
Link to comment
  • 0

Thanks gaemil

From your screenshot and as far as I understand, there are two issues here (please correct me if I'm wrong):

1) Korean chat input is not working when typing

2) outputChatBox works fine, but it does not appear in server console.

For the first one, it will need to be investigated but hopefully it can be fixed.

We are aware of problems in the server console (http://bugs.mtasa.com/view.php?id=6376), and it is likely that this issue can be fixed for the next MTA patch. Until then you can open up your chat log file, and decide it into UTF-8 without BOM to read what's going on.

Link to comment
  • 0
Thanks gaemil

From your screenshot and as far as I understand, there are two issues here (please correct me if I'm wrong):

1) Korean chat input is not working when typing

2) outputChatBox works fine, but it does not appear in server console.

For the first one, it will need to be investigated but hopefully it can be fixed.

We are aware of problems in the server console (http://bugs.mtasa.com/view.php?id=6376), and it is likely that this issue can be fixed for the next MTA patch. Until then you can open up your chat log file, and decide it into UTF-8 without BOM to read what's going on.

Thanks Talidan

I waiting for "fixed" message ~_~

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...