[HELP] warning 217: loose indentation +REP
#3

Make sure the code is properly alligned.

Bad Way.
pawn Code:
public OnGameModeExit()
{
CreateObject(...);
    return 1;
}
Good Way.
pawn Code:
public OnGameModeExit()
{
    CreateObject(...);
    return 1;
}
Reply


Messages In This Thread
[HELP] warning 217: loose indentation +REP - by Oscii - 05.05.2012, 23:34
Re: [HELP] warning 217: loose indentation +REP - by miley1 - 05.05.2012, 23:36
Re: [HELP] warning 217: loose indentation +REP - by ReneG - 05.05.2012, 23:37
Re: [HELP] warning 217: loose indentation +REP - by ToiletDuck - 05.05.2012, 23:40
Re: [HELP] warning 217: loose indentation +REP - by Elysian` - 05.05.2012, 23:40
Re: [HELP] warning 217: loose indentation +REP - by Oscii - 05.05.2012, 23:43
Re: [HELP] warning 217: loose indentation +REP - by Oscii - 05.05.2012, 23:45
Re: [HELP] warning 217: loose indentation +REP - by Disturn - 05.05.2012, 23:57
Re: [HELP] warning 217: loose indentation +REP - by Oscii - 05.05.2012, 23:58
Respuesta: Re: [HELP] warning 217: loose indentation +REP - by RafaelZam - 07.01.2013, 02:20

Forum Jump:


Users browsing this thread: 1 Guest(s)