Help teleport
#5

Well first of all loose indentation will not affect
your script. It will still function well.

Loose indentation basically means that, you didn't
indent it properly.

Example :
pawn Код:
public OnGameModeInit()
{
 SetTimer(...)
  SetTimer(...)
 SetTimer(...)
 return 1;
}
Which means, the 2nd SetTimer isn't aligned with the others, or loose indentation.

Perfect Indentation = Win
and its easy to read, therefore, you won't be confused :P
Reply


Messages In This Thread
Help teleport - by heroyou12 - 03.06.2010, 17:12
Re: Help teleport - by Flashy - 03.06.2010, 17:17
Re: Help teleport - by Chrisspartan - 03.06.2010, 17:17
Re: Help teleport - by FUNExtreme - 03.06.2010, 17:20
Re: Help teleport - by ViruZZzZ_ChiLLL - 03.06.2010, 17:21
Re: Help teleport - by Flashy - 03.06.2010, 17:22
Re: Help teleport - by -Rebel Son- - 03.06.2010, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)