[Ajuda] Comando para limpar o chat
#10

Ai fucionando....


Код:
CMD:lc(playerid)
{
	new name[ 24 ], string[ 64 ];
	if(pAdmin[playerid] < 1) return SendClientMessage(playerid,-1,"Voce nao й um Administrador");
	GetPlayerName(playerid, name, sizeof(name));
	for(new b = 0; b <= 30; b++) SendClientMessageToAll(playerid, -1, " ");
	format( string, sizeof(string), "Admin: %s resetou o chat do Servidor.", name );
	GameTextForAll( string, 5000, 3 );
	return 1;
}
Reply


Messages In This Thread
Comando para limpar o chat - by Performancetotal - 30.01.2014, 14:13
Re: Comando - by yNexus - 30.01.2014, 14:19
Re: Comando - by Performancetotal - 30.01.2014, 14:38
Re: Comando - by yNexus - 30.01.2014, 14:40
Re: Comando - by Performancetotal - 30.01.2014, 14:42
Re: Comando - by yNexus - 30.01.2014, 14:49
Re: Comando - by Performancetotal - 30.01.2014, 14:54
Re: Comando - by lHesoyaml - 02.02.2014, 21:33
Re: Comando - by Input - 02.02.2014, 21:43
Re: Comando - by kevinho.007 - 02.02.2014, 21:50

Forum Jump:


Users browsing this thread: 1 Guest(s)