I'm missed a ";"
#9

Quote:
Originally Posted by Longover
Посмотреть сообщение
I's work,but nou i'm have this errors:
Код:
C:\Users\Sorin\Desktop\eXtreme Stunt World\XSW V1\gamemodes\XSW_Full.pwn(702) : warning 217: loose indentation
C:\Users\Sorin\Desktop\eXtreme Stunt World\XSW V1\gamemodes\XSW_Full.pwn(704) : warning 217: loose indentation
in lines:
Код:
		format(string, sizeof(string), "{0072FF}Spawn Zone\n\
										{00FF00}Type {FF0000}/HM {00FF00}for free Heal & Armour!\n\
										{0072FF}www.XSW-Servers.com");------------------------<
	//--------------------------------------------------------------------------
 	Create3DTextLabel(string, BLUE, 404.2386,2453.6709,16.6602,	  50, 0, 0); // AA------------------------<
    Create3DTextLabel(string, BLUE, 1887.8350,-2625.3059,13.6016,   50, 0, 0); // LSAir
    Create3DTextLabel(string, BLUE, -1370.0363,-256.3452,18.7700,   50, 0, 0); // SFAir
    Create3DTextLabel(string, BLUE, 1602.5377,1311.2509,13.6200, 	  50, 0, 0); // LVAir
    Create3DTextLabel(string, BLUE, -2345.4111,-1623.9098,483.9355, 50, 0, 0); // Chilliad
    Create3DTextLabel(string, BLUE, 1420.3746,2773.9958,11.0972,    50, 0, 0); // Stunt Golf
look at your code, the first Create3DTextLabel is not at the same place as the others, it has a few spaces, fix it.
same goes for the format(string ....

Код:
    format(string, sizeof(string), "{0072FF}Spawn Zone\n\
    {00FF00}Type {FF0000}/HM {00FF00}for free Heal & Armour!\n\
    {0072FF}www.XSW-Servers.com");

    Create3DTextLabel(string, BLUE, 404.2386,2453.6709,16.6602,	  50, 0, 0); // AA
    Create3DTextLabel(string, BLUE, 1887.8350,-2625.3059,13.6016,   50, 0, 0); // LSAir
    Create3DTextLabel(string, BLUE, -1370.0363,-256.3452,18.7700,   50, 0, 0); // SFAir
    Create3DTextLabel(string, BLUE, 1602.5377,1311.2509,13.6200, 	  50, 0, 0); // LVAir
    Create3DTextLabel(string, BLUE, -2345.4111,-1623.9098,483.9355, 50, 0, 0); // Chilliad
    Create3DTextLabel(string, BLUE, 1420.3746,2773.9958,11.0972,    50, 0, 0); // Stunt Golf
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: 3 Guest(s)