[Ajuda] Ajuda Comando
#3

DINI e bem antiga, atualiza pra Dof2

testa ae
Код:
if(strcmp(cmd, "/desbanir", true) == 0) {
	if(pAdmin[playerid] == 3 || pAdmin[playerid] == 4 || pAdmin[playerid] == 5){
	tmp = strtok(cmdtext, idx);
	format(file2, sizeof(file2), PASTA_CONTAS, tmp);
	if(!strlen(tmp)) {
	SendClientMessage(playerid, Vermelho, "| ERRO | Digite: /Desbanir [nick]");
	return 1;
	}
	if(dini_Exists(file2)){
    dini_Remove(file2);("Banidos/%s.ini",tmp);
	format(string, sizeof(string), " Vocк desbaniu o(a) jogador(a) %s ", tmp);
	dini_IntSet( file2, "Banido", 0 );
	SendClientMessage(playerid, Vermelho, string);
	}else{
	SendClientMessage(playerid, Vermelho, "| ERRO | Este usuario nгo existe.");
	}
	return 1;
	}
}
Reply


Messages In This Thread
Ajuda Comando - by LucasMts - 28.01.2016, 12:37
Re: Ajuda Comando - by RockstarL - 28.01.2016, 14:08
Re: Ajuda Comando - by VinnyScript - 28.01.2016, 14:43
Re: Ajuda Comando - by [BOPE]Seu._.Madruga - 28.01.2016, 15:42
Re: Ajuda Comando - by LucasMts - 28.01.2016, 23:08

Forum Jump:


Users browsing this thread: 1 Guest(s)