/clearchat command for admins?
#1

Hi all,someone have the command /clearchat working only for admins?

Example.

If i say /clearchat,the chat will be cleared..

Thanks
Reply
#2

pawn Код:
if(strcmp(cmdtext,"/clearchat",true) == 0)
{
    if(IsPlayerAdmin(playerid))
    {
        for(new i = 0; i < 120; i++)
        {
            SendClientMessage(i,0x00," ");
        }
    }
    else return SendClientMessage(playerid,COLOR_RED,"ERROR: You are not an administrator!");
    return 1;
}
Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)