abu5lf Posted March 19, 2012 Share Posted March 19, 2012 How do I make the player accept the name of multilingualism UTF-8 encoding ? Link to comment
Castillo Posted March 19, 2012 Share Posted March 19, 2012 I don't understand your question, can you explain yourself better? Link to comment
abu5lf Posted March 19, 2012 Author Share Posted March 19, 2012 How do I get player's name appears in a different language? Link to comment
Castillo Posted March 19, 2012 Share Posted March 19, 2012 If you want to translate player name to another language, then I don't know if it's possible. Link to comment
abu5lf Posted March 19, 2012 Author Share Posted March 19, 2012 Why ؟ are some servers have it ! Link to comment
Castillo Posted March 19, 2012 Share Posted March 19, 2012 You can ask them how they'd it maybe. Link to comment
arezu Posted March 19, 2012 Share Posted March 19, 2012 I think he means how to make different kind of letters show correctly, like having your nick in Chinese letters. Link to comment
Moderators IIYAMA Posted March 19, 2012 Moderators Share 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. Link to comment
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