Color luaEkkoz User Offline 02.04.17 03:22:22 am hello, I have a problem with files lua ,soo , I want to change the color and results this : http://imgur.com/zRoRZb0 and http://imgur.com/472ET32 Does anyone know why this is happening? thank you
Re: Color luatraining BANNED Offline 02.04.17 03:54:27 am use \169RGB instead of ©RGB for example : msg("\169000255000Hello World") don't use msg("©000255000Hello Word")
Re: Color luaGeoB99 Moderator Offline 02.04.17 02:10:42 pm You could also convert the file encoding into ANSI. CS2D thinks of "©" symbol as two different characters because the file being saved as UTF-8 without BOM.
Re: Color luaEkkoz User Offline 02.04.17 02:44:47 pm training has writtenuse \169RGB instead of ©RGB for example : msg("\169000255000Hello World") don't use msg("©000255000Hello Word") It worked like you said, thanks for help