08.01.2018, 11:47
Quote:
|
For each new line of text you're adding in this way, you need to close the string and open it again. By doing "\
Код:
strcat(SpawnPlace3D, "{0072FF}Spawn Zone\n" \
"{00FF00}Type {FF0000}/HM {00FF00}for free Heal & Armour!\n" \
"{0072FF}www.XSW-Servers.com");
Код:
new SpawnPlace3D[] = {{0072FF}Spawn Zone\n" \
"{00FF00}Type {FF0000}/HM {00FF00}for free Heal & Armour!\n" \
"{0072FF}www.XSW-Servers.com"};
|
Again this error.


