SA-MP Forums Archive
do someone have /cc - 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)
+--- Thread: do someone have /cc (/showthread.php?tid=400502)



do someone have /cc - DerickClark - 18.12.2012

/cc for clear chat.is it any thing with out zcmd?


Re: do someone have /cc - [CG]Milito - 18.12.2012

Removed!
Wrong thread


Re: do someone have /cc - Ironboy. - 18.12.2012

Quote:
Originally Posted by DerickClark
Посмотреть сообщение
/cc for clear chat.is it any thing with out zcmd?
pawn Код:
if(strcmp(cmdtext, "/cc", true)==0)
{
    for(new i = 0; i < 11; i++) SendClientMessageToAll(-1," ");
    return 1;
}