Errors with strcat
#4

you can not use quotes like that in a string. if you want to use quotes in a string you should use quotes like this \"ORANGE\"
pawn Код:
strcat( hugeStr, " \"ORANGE\"Administrator Commands: \n" );
if you are using "ORANGE" to show a colour, then you can NOT use "ORANGE" in a sting to show a colour. you should use {E6941A} to show a colour (hexadecimal colour codes) //orange
Reply


Messages In This Thread
Errors with strcat - by Goldino - 20.02.2013, 10:02
Re: Errors with strcat - by GWX - 20.02.2013, 10:11
Re: Errors with strcat - by Goldino - 20.02.2013, 10:35
Re: Errors with strcat - by Jewell - 20.02.2013, 10:40
Re: Errors with strcat - by Goldino - 20.02.2013, 12:11

Forum Jump:


Users browsing this thread: 1 Guest(s)