09.04.2011, 16:30 
	
	
	
		okey guys any one help me how i use clearchat cmd its mean when the gm change the all chat will clear and send to client msgs
the tw loading new mission
	
	
	
	
the tw loading new mission
for(new i=0; i<100; i++)//100 = amount of lines
{
SendClientMessageToAll(COLOR, " ");
}
SendClientMessageToAll(COLOR, "Starting new mission...");
if(strcmp(cmd, "/clearchat", true) == 0)
{
for(new i=0; i<100; i++)
{
SendClientMessageToAll(0x8B4513AA, " ");
}
SendClientMessageToAll(0x8B4513AA, "Starting new mission...");
return 1;
}