Jump to content

Symbols


Recommended Posts

Posted

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? :idea:

  • Other Languages Moderators
Posted

If you're using Notepad++, format code to UTF-8.

Posted

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.

Posted
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? :idea:

outputChatBox("Héllô", source, 255, 0, 0) 

Posted
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?

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...