Whats wrong? /command [on/off]
#8

If you indented it, people would be able to read it, thus being able to help you.

Nobody can read stuff like:

pawn Код:
public crappyindentation() {
if(2+2=4) {
Blah(); } else {
Bleh(); } return 1;}
Nobody can read that with ease, unlike the following:

pawn Код:
public crappyindentation()
{
  if(2+2=4)
  {
    Blah();
  }
  else
  {
    Bleh();
  }
  return 1;
}
Reply


Messages In This Thread
Whats wrong? /command [on/off] - by DmXPlay - 11.03.2009, 21:33
Re: Whats wrong? /command [on/off] - by Pyrokid - 11.03.2009, 21:43
Re: Whats wrong? /command [on/off] - by MenaceX^ - 11.03.2009, 21:45
Re: Whats wrong? /command [on/off] - by Pyrokid - 11.03.2009, 21:47
Re: Whats wrong? /command [on/off] - by DmXPlay - 11.03.2009, 21:48
Re: Whats wrong? /command [on/off] - by Jefff - 11.03.2009, 21:55
Re: Whats wrong? /command [on/off] - by DmXPlay - 11.03.2009, 22:03
Re: Whats wrong? /command [on/off] - by Mikep - 11.03.2009, 23:24
Re: Whats wrong? /command [on/off] - by [RP]Rav - 11.03.2009, 23:27
Re: Whats wrong? /command [on/off] - by Mikep - 11.03.2009, 23:34

Forum Jump:


Users browsing this thread: 1 Guest(s)