Clearchat can't work
#5

Please Don't Start Every Word With A Capital Letter That Is So Annoying! Anyways:
pawn Код:
CMD:clearchat(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] < 2)
        return SendClientMessage(playerid, COLOR_WHITE, "AdmCmd: You do not have permission to use this command!");

    for(new i; i < 20 /* or 50 */; i++)
        SendClientMessageToAll(-1, " ");

    format(string, sizeof(string), "AdmCmd: %s has cleared the chatbox.", GetPlayerNameEx(playerid);
    ABroadCast(COLOR_WHITE, string, 2);
    return 1;
}
Oh my god, am I really that slow .. -.-
Reply


Messages In This Thread
Clearchat can't work - by varuncoolrule - 10.02.2012, 12:54
Re: Clearchat can't work - by Konstantinos - 10.02.2012, 12:57
AW: Clearchat can't work - by Drebin - 10.02.2012, 12:57
Re: Clearchat can't work - by varuncoolrule - 10.02.2012, 12:58
Re: Clearchat can't work - by Vince - 10.02.2012, 12:59
Re: Clearchat can't work - by varuncoolrule - 10.02.2012, 13:01
Re: Clearchat can't work - by Konstantinos - 10.02.2012, 13:03
Re: Clearchat can't work - by varuncoolrule - 10.02.2012, 13:04
Re: Clearchat can't work - by varuncoolrule - 10.02.2012, 13:06
Re: Clearchat can't work - by varuncoolrule - 10.02.2012, 13:08

Forum Jump:


Users browsing this thread: 1 Guest(s)