[SOLVED] Question about /wipechat
#1

Hey again,

I want to know whow I can Send a message to all when the chat is wiped (cleared). I know that I must include SendMessageToAll (COLOR_BLA); but I donґt know how to put it right.


Код:
dcmd_clear(playerid, params[])
{
	if(PlayerInfo[playerid][AdminLevel] < 2) return false;
	for(new i=0; i<30; i++)
	{
		SendClientMessageToAll(COLOR_BRIGHTRED, " ");

		
	}
	#pragma unused params
	return 1;
}
Someone help?
Reply


Messages In This Thread
[SOLVED] Question about /wipechat - by Flashy - 30.05.2010, 14:09
Re: Question about /wipechat - by DJDhan - 30.05.2010, 14:32
Re: Question about /wipechat - by Flashy - 30.05.2010, 14:58
Re: Question about /wipechat - by Calgon - 30.05.2010, 15:09
Re: Question about /wipechat - by Flashy - 30.05.2010, 15:13
Re: Question about /wipechat - by Calgon - 30.05.2010, 15:17
Re: Question about /wipechat - by Flashy - 30.05.2010, 15:20
Re: Question about /wipechat - by Calgon - 30.05.2010, 15:22
Re: Question about /wipechat - by Flashy - 30.05.2010, 15:31
Re: Question about /wipechat - by iStarzz - 30.05.2010, 15:32

Forum Jump:


Users browsing this thread: 1 Guest(s)