Requesting a /clearchat [With ZCMD]
#1

Hey i need a /clearchat command for my server because these server advertisers keep coming on advertising servers, Thanks i need it with ZCMD [CMD:cc]
Reply
#2

You could search before. I can ****** it and find 50 results.
pawn Код:
CMD:cc( playerid, params[ ] )
{
    if( !IsPlayerAdmin( playerid ) ) return SendClientMessage( playerid, -1, "Not an admin!" );
    for( new i; i != 100; i++ ) SendClientMessageToAll( -1, " " );
    return 1;
}
Reply
#3

pawn Код:
CMD:clearchat(playerid, params[])
{
    if(IsPlayerAdmin(playerid))
    {
        for(new i = 0; i < 100; i++)
        SendClientMessageToAll(-1," ");
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)