08.02.2011, 17:22
Quote:
It's easy to read, looks neater to me also, I format my code always like that when I'm writing a samp script. When I write something for c# or c++ (visual IDE) I don't as it formats for me but when writing some code in an editor which doesn't auto format then it will look like that.
It's just a style like indentation, everyone has thier own, like you put spaces between your parameters. |
pawn Код:
if(ble==1){
...
}
pawn Код:
if(ble==2)
{
...
}