Little indent problem
#2

Um?! LMAO xD

pawn Код:
public OnPlayerText(playerid, text[])
{
    if PlayerInfo[playerid][pNMuted])
    {
        SendClientMessage(playerid,0xFF0000,"ERROR: You are muted!")
        return false;
    }

    new pname[24], str[128];
    GetPlayerName(playerid, pname, 24);
    format(str, sizeof(str), "%s Says: %s", pname, text);
    ProxDetector(10.0, playerid, str, COLOR_FADE1, COLOR_FADE2, COLOR_FADE3, COLOR_FADE4, COLOR_FADE5);
    return false;
}
Reply


Messages In This Thread
Little indent problem - by kingchandio - 05.08.2011, 11:41
Re: Little indent problem - by Riddick94 - 05.08.2011, 11:43
Re: Little indent problem - by kingchandio - 05.08.2011, 11:45
Re: Little indent problem - by Riddick94 - 05.08.2011, 11:51
Re: Little indent problem - by kingchandio - 05.08.2011, 11:54
Re: Little indent problem - by Riddick94 - 05.08.2011, 11:56
Re: Little indent problem - by kingchandio - 05.08.2011, 12:39
Re: Little indent problem - by Riddick94 - 05.08.2011, 12:43
Re: Little indent problem - by kingchandio - 05.08.2011, 18:49
Re: Little indent problem - by WoodPecker - 05.08.2011, 18:59

Forum Jump:


Users browsing this thread: 3 Guest(s)