Clear Chat HELP
#1

Hey guys. I was wondering is it possible to clear the chat? Like /clear and the messages have been gone and there is nothing. If anyone know how to make it, please i need help.

+REP for the dude who will help me.
Reply
#2

PHP код:
dcmd_clearchat(playerid,params[])
{
        for(new 
0100i++) SendClientMessageToAll(0x00000000," ");
        return 
1;

Reply
#3

pawn Код:
CMD:clearchat(playerid)
{
    for(new i; i != 100; ++i)
    {
        SendClientMessageToAll(-1," ");
    }
    return 1;
}

@WTF?? LOL !
Reply
#4

So easy! WTF i don't think it's too easy! +REP for you guys!
Reply
#5

Easiest command ever lol...Anyways go here to this topic it explains https://sampforum.blast.hk/showthread.php?tid=319000

Good luck
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)