[Ajuda] Ajuda com esse comando plz
#4

@Shickcard: nem deu

@rjjj

Tentei assim:

pawn Код:
if (strcmp("/deletar", cmdtext, true) == 0)
{
    new Player_Name[MAX_PLAYER_NAME];
    new string[128];
    GetPlayerName(playerid,Player_Name,sizeof(Player_Name)),
    format(string,128,"Scriptfiles/Pasta/%s.ini",Player_Name),
    fremove(string);
    SendClientMessage(playerid,0xFF00000AA, "Sua conta foi deletada.");
    Kick(playerid);
    return 1;
}
Mas nгo deu certo A pasta raiz que digo й a Scriptfiles

Entгo quando quis dizer pasta raiz, fiz isso e deu certo:

pawn Код:
format(string,128,"%s.ini",Player_Name),
    fremove(string);
Reply


Messages In This Thread
[Ajuda] Ajuda com esse comando plz - by arakuta - 21.07.2011, 03:33
Re: [Ajuda] Ajuda com esse comando plz - by Macintosh - 21.07.2011, 03:44
Re: [Ajuda] Ajuda com esse comando plz - by rjjj - 21.07.2011, 03:46
Re: [Ajuda] Ajuda com esse comando plz - by arakuta - 21.07.2011, 03:49
Re: [Ajuda] Ajuda com esse comando plz - by rjjj - 21.07.2011, 04:16
Re: [Ajuda] Ajuda com esse comando plz - by arakuta - 21.07.2011, 13:24
Re: [Ajuda] Ajuda com esse comando plz - by Yakushi Icefox - 21.07.2011, 13:49
Re: [Ajuda] Ajuda com esse comando plz - by Shadoww5 - 21.07.2011, 15:40

Forum Jump:


Users browsing this thread: 3 Guest(s)