[Tool/Web/Other] [PHP] PAWN Indentation
#4

Quote:
Originally Posted by Emmet_
Посмотреть сообщение
I don't get what you mean about "fixing the output", sorry.

And thanks by the way!
The output is different from the code in the image; it should be:

pawn Код:
public OnPlayerConnect(playerid)
{
    if( IsPlayerNPC(playerid))
    {
        return 1;
    }
    else SendClientMessageToAll(0xFFFFFF,"A player connected!");
    return 1;
}
edit;
Reply


Messages In This Thread
[PHP] PAWN Indentation - by Emmet_ - 11.12.2013, 20:10
Re: [PHP] PAWN Indentation - by tyler12 - 11.12.2013, 20:23
Re: [PHP] PAWN Indentation - by Emmet_ - 11.12.2013, 20:27
Re: [PHP] PAWN Indentation - by tyler12 - 11.12.2013, 20:31
Re: [PHP] PAWN Indentation - by Emmet_ - 11.12.2013, 20:35
Re: [PHP] PAWN Indentation - by Akira297 - 11.12.2013, 20:39
Re: [PHP] PAWN Indentation - by Emmet_ - 11.12.2013, 20:43
Re: [PHP] PAWN Indentation - by Memoryz - 11.12.2013, 20:57
Re: [PHP] PAWN Indentation - by Emmet_ - 11.12.2013, 21:08
Re: [PHP] PAWN Indentation - by Djole1337 - 11.12.2013, 21:56
Re: [PHP] PAWN Indentation - by Memoryz - 11.12.2013, 22:38

Forum Jump:


Users browsing this thread: 1 Guest(s)