SA-MP Forums Archive
/Cd & /ClearChat - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: /Cd & /ClearChat (/showthread.php?tid=72183)



/Cd & /ClearChat - _System_ - 06.04.2009

hey all,

please someone can help me with /Cd of 3 counts (auto no choosing number) for player ..
and a clear chat command for player !

thanks for helpers !
i need it plz help me .



Re: /Cd & /ClearChat - Karlip - 06.04.2009

pawn Код:
if (!strcmp("/clearchat", cmdtext, true))
    {
        for(new i=0; <50; i++) SendClientMessageToAll(0x000000AA, " ");
        return 1;
    }
@ Countdown script: Search.


Re: /Cd & /ClearChat - _System_ - 06.04.2009

thnx man !

mm for Cd ?



Re: /Cd & /ClearChat - _System_ - 07.04.2009

Plz Help I Need It !