Clear chat only for players
#2

pawn Код:
public ClearChatboxToAll(playerid, lines)
{
    if (IsPlayerConnected(playerid) && PlayerInfo[playerid][pAdmin] < 1)
    {
        for(new i=0; i<lines; i++)
        {
            SendClientMessageToAll(COLOR_GREY, " ");
        }
    }
    return 1;
}
Reply


Messages In This Thread
Clear chat only for players - by TiXz0r - 14.02.2015, 13:58
Re: Clear chat only for players - by Nixco - 14.02.2015, 14:00
Re: Clear chat only for players - by TiXz0r - 14.02.2015, 14:17

Forum Jump:


Users browsing this thread: 1 Guest(s)