loose Indentation
#8

Code that will bring loose indentation warning:
pawn Код:
if(strcmp(cmdtext, "/salami", true) == 0)
 {
  SetPlayerPos(playerid, ....
return 1;
 }
Code that wont bring loose indentation warning:
[pawn]if(strcmp(cmdtext, "/salami", true) == 0)
{
SetPlayerPos(playerid, ....
return 1;
}[pawn]

Also

pawn Код:
#pragma tabsize 0
If you use this you are DOOMED!
( Na you wont be but in all seriousness dont use it )
Reply


Messages In This Thread
loose Indentation - by Tnt12340 - 12.06.2010, 20:07
Re: loose Indentation - by zSuYaNw - 12.06.2010, 20:09
Re: loose Indentation - by Flashy - 12.06.2010, 20:28
Re: loose Indentation - by DarkPower - 12.06.2010, 20:31
Re: loose Indentation - by MPKaboose - 12.06.2010, 20:32
Re: loose Indentation - by Tnt12340 - 12.06.2010, 20:36
Re: loose Indentation - by Niixie - 12.06.2010, 20:37
Re: loose Indentation - by NewTorran - 12.06.2010, 20:43
Re: loose Indentation - by Hiddos - 12.06.2010, 21:49

Forum Jump:


Users browsing this thread: 1 Guest(s)