error 017: undefined symbol "DINI_fcopytextfile"
if((strcmp(cmd, "/deletarconta", true)==0 || strcmp(cmd, "/dc", true) ==0) && JogadorInfo[playerid][pAdmin] == 1342) { new file[64]; tmp = strtok(cmdtext, idx); if(!strlen(tmp)) return SendClientMessage(playerid, COLOR_GRAD2, "USE: /deletarconta [Nick]"); if (JogadorInfo[playerid][pAdmin] != 1342) { SendClientMessage(playerid, COLOR_GREY,"Voce nao tem permissao para usar esse comando!"); return 1; } 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); SendClientMessage(playerid, COLOR_YELLOW, string); format(file,sizeof(file),"Players/%s.ini",tmp); format(string, 128, "%s.bak", file); DINI_fcopytextfile(file, string); //Linha Do Erro fremove(file); return 1; }
dini_Exists > DOF2_FileExists
dini_Remove > DOF2_RemoveFile
dini_Create > DOF2_CreateFile
dini_Set > DOF2_SetString
dini_Get > DOF2_GetString
dini_IntSet > DOF2_SetInt
dini_Int > DOF2_GetInt
dini_BoolSet > DOF2_SetBool
dini_Bool > DOF2_GetBool
dini_FloatSet > DOF2_SetFloat
dini_Float > DOF2_GetFloat
dini_Unset > DOF2_Unset
dini_Isset > DOF2_IsSet
DINI_fcopytextfile > DOF2_CopyFile
Com Estas Informaзхes adicionais, compilou, faltava sу um mesmo!
Obrigado e Boa Noite! |