TorNix~|nR Posted July 13, 2016 Posted July 13, 2016 hello everyone, for example I use this in a serverside or in a compiled script outputChatBox("Héllô", source, 255, 0, 0, true) when I start script, it says problem of symbols..., how can I use extra codes?
Other Languages Moderators androksi Posted July 14, 2016 Other Languages Moderators Posted July 14, 2016 If you're using Notepad++, format code to UTF-8.
Noki Posted July 14, 2016 Posted July 14, 2016 Expanding on what Andrei said, make sure you set the encoding to UTF-8 and convert it to UTF-8 if you haven't done so already.
ErHaBe Posted July 14, 2016 Posted July 14, 2016 hello everyone, for example I use this in a serverside or in a compiled script outputChatBox("Héllô", source, 255, 0, 0, true) when I start script, it says problem of symbols..., how can I use extra codes? outputChatBox("Héllô", source, 255, 0, 0)
TorNix~|nR Posted July 15, 2016 Author Posted July 15, 2016 Thanks for everyone , I use UTF-8 and it works fine
Et-win Posted July 15, 2016 Posted July 15, 2016 hello everyone, for example I use this in a serverside or in a compiled script outputChatBox("Héllô", source, 255, 0, 0, true) when I start script, it says problem of symbols..., how can I use extra codes? outputChatBox("Héllô", source, 255, 0, 0) You know that the 'true' is only to make HEX (#FFFFFF) colors working?
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