Wheres the loose identations on my code?
#4

It should look like this

Код:
SomeFunction()
{
       new string[40];
       SendClinetMessage(playerid ,COLOR ,"Just a random code...");
       
       if( A == B )
       {
             SetPlayerPos(playerid ,1 ,2 ,3);
             SetPlayerHealth(playerid ,100);
       }
}
look very closely at the code and spacing

after this { everything should be spaced same
Reply


Messages In This Thread
Wheres the loose identations on my code? - by phil_lendon - 08.09.2012, 17:57
Re: Wheres the loose identations on my code? - by Glint - 08.09.2012, 18:13
Re: Wheres the loose identations on my code? - by nmader - 08.09.2012, 18:15
Re: Wheres the loose identations on my code? - by detter - 08.09.2012, 18:15
Re: Wheres the loose identations on my code? - by sniperwars - 08.09.2012, 19:49

Forum Jump:


Users browsing this thread: 1 Guest(s)