[Ajuda] Mudanзa de Nick
#1

pawn Код:
public MudarNick(playerid)
{
    new NovoNome[30];
    GetPlayerName(playerid, NovoNome, sizeof(NovoNome));
    format(String, sizeof(String), "LLADMIN/Contas/%s.txt", NovoNome[playerid]);
    DOF2_RemoveFile(String);
    SetPlayerName(playerid, NovoNome);
    format(String, sizeof(String), "LLADMIN/Contas/%s.txt", NovoNome[playerid]);
    DOF2_CreateFile(String);
    SalvarDados(playerid);
    DOF2_SaveFile();
    return 1;
}
O code estб criando outra conta ao invйs de renomear a mesma.
Reply


Messages In This Thread
Mudanзa de Nick - by Delete_ - 18.03.2013, 23:53
Re: Mudanзa de Nick - by Gii - 18.03.2013, 23:57
Re: Mudanзa de Nick - by Delete_ - 19.03.2013, 00:07
Re: Mudanзa de Nick - by Gii - 19.03.2013, 00:17
Re: Mudanзa de Nick - by gunit_j - 19.03.2013, 00:58
Re: Mudanзa de Nick - by feliphemort - 19.03.2013, 20:07

Forum Jump:


Users browsing this thread: 1 Guest(s)