function resourceStartNotify ( resourcename )
outputDebugString("한국어 테스트") -- Korean
outputDebugString("Korean Test")
outputChatBox("한국어 테스트") -- Korean
outputChatBox("Korean Test")
end
addEventHandler( "onResourceStart", getRootElement(), resourceStartNotify )
Red color box is korean
outputChatBox is working but console is not working!