04.04.2015, 09:07
Quote:
|
Thanks man alot actully however it gives me a loose intendation now
|
So this:

Becomes this:
Код:
public OnPlayerConnect(playerid)
{
if (TestIndentation())
{
if(TestIndentation())
{
if(TestIndentation())
{
if(TestIndentation())
{
}
}
}
}
return 1;
}


