[PEDIDO]Nomes Proibidos
#8

Quote:
Originally Posted by andersongr98
Посмотреть сообщение
luxurioN muito obrigado pela sua ajuda mas eu estou tentando passar o comando para o outro jeito eu nao consegui me entender com o zcms ....
...por favor passe para este sistema para mim ai eu vou colocar dentro da public OnPlayerCommandText!...
Acredito que resolverб o seu problema:
Код:
if(strcmp(cmd, "/bnome", true) == 0) 
{
	if ( !IsPlayerAdmin( playerid ) )
	    return SendClientMessage(playerid, Cor, "Comando apenas para Administradores!");
			
	new 
	    str[128],
	    string[128],
	    File:Arq;
	    str = strtok(cmdtext, idx);
			
	if(!strlen(str))
	    return SendClientMessage(playerid, Cor, "Use /bnome [Nome]");
			
	format(string, sizeof(string), "Nome '%s' Adcionado a lista de nomes proibidos!",str );
	SendClientMessage(playerid, Cor, string);
			
	Arq = fopen( "Nomes.cfg" ,io_append ); 
	format( string,sizeof(string),"%s\r\n",str);
	fwrite(Arq,string); 
	return fclose(Arq);
}
Ps: Nгo testado.
Reply


Messages In This Thread
[PEDIDO]Nomes Proibidos - by andersongr98 - 27.03.2011, 22:03
Re: [PEDIDO]Nomes Proibidos - by LuxurioN™ - 27.03.2011, 23:31
Re: [PEDIDO]Nomes Proibidos - by andersongr98 - 28.03.2011, 00:07
Re: [PEDIDO]Nomes Proibidos - by LuxurioN™ - 28.03.2011, 00:26
Re: [PEDIDO]Nomes Proibidos - by Dark.Angel - 28.03.2011, 00:30
Re: [PEDIDO]Nomes Proibidos - by LuxurioN™ - 28.03.2011, 00:33
Re: [PEDIDO]Nomes Proibidos - by andersongr98 - 28.03.2011, 03:59
Re: [PEDIDO]Nomes Proibidos - by LuxurioN™ - 28.03.2011, 14:14
Re: [PEDIDO]Nomes Proibidos - by andersongr98 - 28.03.2011, 19:16
Re: [PEDIDO]Nomes Proibidos - by LuxurioN™ - 28.03.2011, 22:21

Forum Jump:


Users browsing this thread: 1 Guest(s)