Is this wrong?
#1

People have said my indentations make my scripts look like shit, and messy. I think it looks neater this way, and unique :P I don't get warnings on it either, so what do you guys think?

pawn Код:
CMD:mycommand(playerid, params[])
    {
    //dosomething
    }
instead of the usual way,

pawn Код:
CMD:mycommand(playerid, params[]])
{
    //dosomething
}
Is my way acceptable to you guys? Or just plain wrong?
Reply


Messages In This Thread
Is this wrong? - by Mattakil - 12.11.2013, 01:56
Re: Is this wrong? - by Sublime - 12.11.2013, 02:04
Re: Is this wrong? - by Pottus - 12.11.2013, 02:20
Re: Is this wrong? - by Josh Greening - 12.11.2013, 02:22
Re: Is this wrong? - by ricardo178 - 13.11.2013, 01:51
Re: Is this wrong? - by Baltazar - 13.11.2013, 01:55
Re: Is this wrong? - by Mattakil - 13.11.2013, 02:10
Re: Is this wrong? - by Dignity - 25.12.2013, 22:53

Forum Jump:


Users browsing this thread: 1 Guest(s)