[Ajuda] Comando para limpar o chat
#1

Galera to com esse comando para limpar chat :
Код:
COMMAND:lc(playerid, params[])
{
new name[ 24 ], string[ 64 ];
limparChat(playerid, 30); 
	format( string, sizeof(string), "chat do server foi resetado", name );
			GameTextForAll( string, 5000, 3 );
			return 1;
}
stock limparChat(playerid, linhas) {
    for(new b = 0; b <= linhas; b++) SendClientMessage(playerid, -1, " ");
}
Porйm para coloca-lo para apenas adm de level 1 usar oq devo fazer ?
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: 4 Guest(s)