[Ajuda] Mudanзa de Nick
#5

Nгo sei se vai funcionar mais tenta ai..

pawn Код:
public MudarNick(playerid)
{
    new NewName[MAX_PLAYER_NAME], OldName[24], CH[40];
    GetPlayerName(playerid, NewName, MAX_PLAYER_NAME);
    GetPlayerName(playerid, OldName, MAX_PLAYER_NAME);
    format(CH, sizeof(CH), "LLADMIN/Contas/%s.txt", OldName);
    SetPlayerName(playerid, NewName);
    DOF2_RenameFile(OldName, NewName);
    SalvarDados(playerid);
    DOF2_SaveFile();
    return 1;
}
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)