12.11.2013, 01:56
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?
instead of the usual way,
Is my way acceptable to you guys? Or just plain wrong?
pawn Код:
CMD:mycommand(playerid, params[])
{
//dosomething
}
pawn Код:
CMD:mycommand(playerid, params[]])
{
//dosomething
}