Posts: 255
Threads: 46
Joined: Dec 2011
Reputation:
0
There are many server advertiser who just come and advertises there server ip, can anyone tell me how some servers have command /clearchat? can anyone script it for me? Please?
Posts: 18
Threads: 3
Joined: Jul 2010
Reputation:
0
dcmd_cc(playerid,params[])
{
#pragma unused params
for(new i = 0; i < 50; i++) SendClientMessageToAll(0x00000000," ");
return 1;
}
Posts: 106
Threads: 9
Joined: Oct 2011
Reputation:
0
Use more than 50 times, because player can still see chat if he scrolls up.
Posts: 255
Threads: 46
Joined: Dec 2011
Reputation:
0
What you mean? IF you know, please post your script here, i mean /clearchat script
Posts: 949
Threads: 153
Joined: Jan 2012
Reputation:
0
He means that the players can still view the chat if they use the pageup button on the keyboard.
Fix this by increasing the number.
Posts: 85
Threads: 12
Joined: Oct 2013
Reputation:
0
But how can i define it?
it said that symbold cmd_cc is never used