I'm missed a ";"
#3

Quote:
Originally Posted by [WSF]ThA_Devil
Посмотреть сообщение
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");
Also, why not just create a variable and set it directly instead of using strcat?

Код:
new SpawnPlace3D[] = {{0072FF}Spawn Zone\n" \
    					  "{00FF00}Type {FF0000}/HM {00FF00}for free Heal & Armour!\n" \
			 			  "{0072FF}www.XSW-Servers.com"};
Not work for me,
Again this error.
Reply


Messages In This Thread
I'm missed a ";" - by Longover - 08.01.2018, 11:39
Re: I'm missed a ";" - by [WSF]ThA_Devil - 08.01.2018, 11:46
Re: I'm missed a ";" - by Longover - 08.01.2018, 11:47
Re: I'm missed a ";" - by [WSF]ThA_Devil - 08.01.2018, 11:53
Re: I'm missed a ";" - by iLearner - 08.01.2018, 11:55
Re: I'm missed a ";" - by Lirbo - 08.01.2018, 11:57
Re: I'm missed a ";" - by Longover - 08.01.2018, 12:02
Re: I'm missed a ";" - by solstice_ - 08.01.2018, 12:09
Re: I'm missed a ";" - by Lirbo - 08.01.2018, 12:11

Forum Jump:


Users browsing this thread: 1 Guest(s)