Clear chat command text
#1

How can i set when an admin clears the chat,that is says "Admin (name) cleared the chat" ?

oc is cc
my command:

Код:
COMMAND:oc(playerid,params[])
{
	SendAdminText(playerid, "/oc", params);
	if (APlayerData[playerid][LoggedIn] == true && APlayerData[playerid][PlayerLevel] > 1)
	{
    	for(new i = 0; i < 50; i++){
 			SendClientMessageToAll(0xFFFFFF," ");
 		}
		return 1;
	}

	return 0;
}
Reply


Messages In This Thread
Clear chat command text - by NexySamp - 13.06.2015, 19:37
Re: Clear chat command text - by Lajko1 - 13.06.2015, 19:43
Re: Clear chat command text - by NexySamp - 13.06.2015, 19:51
Re: Clear chat command text - by Lajko1 - 13.06.2015, 19:53
Re: Clear chat command text - by NexySamp - 13.06.2015, 19:58
Re: Clear chat command text - by Lajko1 - 13.06.2015, 20:00
Re: Clear chat command text - by NexySamp - 13.06.2015, 20:04
Re: Clear chat command text - by Lajko1 - 13.06.2015, 20:06
Re: Clear chat command text - by DarkLored - 13.06.2015, 20:07
Re: Clear chat command text - by NexySamp - 13.06.2015, 20:07

Forum Jump:


Users browsing this thread: 1 Guest(s)