[Ajuda] DOF2_RemoveFile. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] DOF2_RemoveFile. (
/showthread.php?tid=624737)
DOF2_RemoveFile. -
SukMathcuck - 21.12.2016
Entгo colegas, eu tenho um problema aqui que й o seguinte, estou tentando excluir um arquivo que foi criado usando DOF2, mas ele nгo estб funcionando, nгo estб excluindo por quк? O que eu fiz errado?
PHP Code:
new arquivo2[150], nome[MAX_PLAYERS];
nome[playerid] = Account[playerid][pPersonagem1];
format(arquivo2, sizeof(arquivo2), "/Personagens/%s.ini", nome[playerid]);
DOF2_RemoveFile(arquivo2);
format(strglobal, sizeof(strglobal), "Character %s has been deleted.", nome[playerid]);
SendClientMessage(playerid, -1, strglobal);
Re: DOF2_RemoveFile. -
wender_sousa - 21.12.2016
pawn Code:
new arquivo2[150], nome[MAX_PLAYERS];
nome[playerid] = Account[playerid][pPersonagem1];
format(arquivo2, sizeof(arquivo2), "Personagens/%s.ini", nome[playerid]);
DOF2_RemoveFile(arquivo2);
format(strglobal, sizeof(strglobal), "Character %s has been deleted.", nome[playerid]);
SendClientMessage(playerid, -1, strglobal);
testa e me diz se funfo
Re: DOF2_RemoveFile. -
SukMathcuck - 21.12.2016
Problem not fixed.
Re: DOF2_RemoveFile. -
RodrigoMSR - 22.12.2016
Tente:
Code:
new arquivo2[150], nome[MAX_PLAYER_NAME];
format(nome, sizeof(nome), "%s", Account[playerid][pPersonagem1]);
format(arquivo2, sizeof(arquivo2), "/Personagens/%s.ini", nome);
DOF2_RemoveFile(arquivo2);
format(strglobal, sizeof(strglobal), "Character %s has been deleted.", nome);
SendClientMessage(playerid, -1, strglobal);
Re: DOF2_RemoveFile. -
SukMathcuck - 22.12.2016
Tranks, topic closed, error yes fixed!
Respuesta: Re: DOF2_RemoveFile. -
SammyJ - 22.12.2016
Quote:
Originally Posted by SukMathcuck
Tranks, topic closed, error yes fixed!
|
O uso da lingua portuguesa й permitido e obrigatуrio apenas nesta бrea do fуrum, toda postagem externa deverб estar em inglкs.