Special character appearing in the messageNknz1 User Offline 14.02.24 10:32:31 pm 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
Re: Special character appearing in the messageGaios Reviewer Offline 14.02.24 10:42:46 pm Error with colors in lua script
Re: Special character appearing in the messageNknz1 User Offline 14.02.24 10:55:04 pm @ Gaios: thanks bro
Re: Special character appearing in the messagecs2d_is_a_Gem User Offline 15.02.24 12:32:51 am @ Nknz1: You can also eliminate the error by encoding in ANSI
Re: Special character appearing in the messagemrc User Offline 15.02.24 04:54:36 am Use \174+PathDir for images and \169+RGB for colors. And ye, converting to ANSI solves that.