Help fast = REP
#4

pawn Код:
//Example: without your warning (indentation fixed)
public OnFilterScriptInit()
{
    CreateObject(modelID,x,y,z);
    return 1;
}

//Example: with your warning (loose indentation)
public OnFilterScriptInit()
{
    CreateObject(modelID,x,y,z);
 return 1;
}
Just use the TAB button to "fix" your indentation.

//Edit: Please dont use the method posted above! You will be thankfull for that later...
Reply


Messages In This Thread
Help fast = REP - by MORJAN1122 - 21.12.2013, 13:39
Re: Help fast = REP - by MORJAN1122 - 21.12.2013, 13:48
Re: Help fast = REP - by DaTa[X] - 21.12.2013, 13:50
Re: Help fast = REP - by BlackWolf120 - 21.12.2013, 13:52
Re: Help fast = REP - by MORJAN1122 - 21.12.2013, 14:07
Re: Help fast = REP - by SilentSoul - 21.12.2013, 14:12

Forum Jump:


Users browsing this thread: 4 Guest(s)