erro /deletarconta
#1

eu adicionei esse comando em um gm e deu erro alguem pode mim ajudar ?

Код:
 Comando:
	if((strcmp(cmd, "/deletarconta", true)==0 || strcmp(cmd, "/dc", true) ==0) && PlayerInfo[playerid][pAdmin] == 1341)
	{
	    new file[64];
	    tmp = strtok(cmdtext, idx);
     	if(!strlen(tmp))  return SendClientMessage(playerid, COLOR_GRAD2, "USE: /deletarconta [Nick]");
     	if (PlayerInfo[playerid][pAdmin] != 1341)
		{
     		SendClientMessage(playerid, COLOR_GREY,"Vocк nгo tem permissгo para usar esse comando!");
     		return true;
		}
		getdate(v[0], v[1], v[2]);
		gettime(v[3], v[4], v[5]);
		format(string, 128, "[%d/%d/%d] [%d:%d:%d] %s Apagou a conta: %s", v[2], v[1], v[0], v[3], v[4], v[5] , PlayerName(playerid), tmp);
		AComandosLog(string);
     	format(file,sizeof(file),"Contas/%s.ini",tmp);
		format(string, 128, "%s.bak", file);
     	DINI_fcopytextfile(file, string);
     	fremove(file);
     	return true;
	}


Linha Do Erro: DINI_fcopytextfile(file, string);
Erro: error 017: undefined symbol "DINI_fcopytextfile"
Reply


Messages In This Thread
erro /deletarconta - by Dalas - 12.07.2013, 04:53
Re: erro /deletarconta - by Dalas - 12.07.2013, 17:54
Re: erro /deletarconta - by mau.tito - 12.07.2013, 17:57
Re: erro /deletarconta - by Dalas - 12.07.2013, 21:36

Forum Jump:


Users browsing this thread: 1 Guest(s)