CS2D
Scripts Special character appearing in the message Special character appearing in the message
4 replies I am using the msg method to send a message to the server but the special character  is appearing.
How can I solve ?
Code:
msg('\174255255255 [Server] \174210235255'..text)
Example return:
©255255255[Server]©210235255 Pressione ©255255255[F2]©210235255 para ver e acessar sua classificacao e tabela de classificacao ®gfx/cs2dorg/emojis/word.png @ Nknz1:
You can also eliminate the error by encoding in ANSI
Use \174+PathDir for images and \169+RGB for colors. And ye, converting to ANSI solves that.