20.02.2013, 10:40
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\"
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
pawn Код:
strcat( hugeStr, " \"ORANGE\"Administrator Commands: \n" );