[Tutorial] Making a simple /clearchat and /clearallchat command
#10

Pretty much just
pawn Код:
if (strcmp("/clearchat", cmdtext, true, 10) == 0)
    {
        for(new i = 0; i < 50; i++) SendClientMessageToAll(COLOR_WHITE," ");
        return 1;
    }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)