[Ajuda] Mudanзa de Nick
#4

Tenta ai, nunca usei esta funзгo.

pawn Код:
MudarNick(playerid, NomeNovo[] ) {

    new
        NomeAntigo[MAX_PLAYER_NAME],
        pStr[45]
    ;

    GetPlayerName(playerid, NomeAntigo, MAX_PLAYER_NAME);
    SetPlayerName(playerid, NomeNovo);
    format(String, sizeof(String), "LLADMIN/Contas/%s.txt", NomeAntigo);
    format(pStr, 45, "LLADMIN/Contas/%s.txt", NomeNovo);
    DOF2_RenameFile(String,pStr);

    return true;
}
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)