Jump to content

[REZOLVAT] Warning


florin23
 Share

Recommended Posts

  • Retired

In primul rand, nu este o eroare, este un warning care NU afecteaza gamemode-ul. 

Acest warning iti spune ca, codul tau nu este identat corespunzator, ca nu este asezat in pagina asa cum ar trebui. 

Mai jos iti las un exemplu:

 

	          if(dialogid == DIALOG_COTEI1)
	          {
	          //fara warning 
	          }
	          if(dialogid == DIALOG_COTEI2)
	          {
	          // fara warning
	          }
	if(dialogid == DIALOG_COTEI3)
	{
	//cu warning: loose identitation 
	}
	

Cred ca te-ai prins cum sta treaba , mai pe intelesul tuturor aduci si tu dislogul in rand cu celelalte ca sa arate frumos.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...