abu5lf Posted March 19, 2012 Posted March 19, 2012 How do I make the player accept the name of multilingualism UTF-8 encoding ?
Castillo Posted March 19, 2012 Posted March 19, 2012 I don't understand your question, can you explain yourself better?
abu5lf Posted March 19, 2012 Author Posted March 19, 2012 How do I get player's name appears in a different language?
Castillo Posted March 19, 2012 Posted March 19, 2012 If you want to translate player name to another language, then I don't know if it's possible.
arezu Posted March 19, 2012 Posted March 19, 2012 I think he means how to make different kind of letters show correctly, like having your nick in Chinese letters.
Moderators IIYAMA Posted March 19, 2012 Moderators Posted March 19, 2012 MTA does not allow it, you need to script it on another way and pls remove that annoying smilley ... I seriously don't like it, to see people crying when they are not........ You can use outputchatbox function chat(text, msgtype) local root = getRootElement() local name = getPlayerName(source) cancelEvent(true) outputChatBox("#0066FF" .. name .. ":#0066FF " .. text, root, 255, 255, 255, true) end addEventHandler("onPlayerChat", root, chat) You have to do the rest of the script and I think you have to work with elementdata.
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