[AJUDA] Bug no Gamemode
#6

axo q seu problema estб aqui:

pawn Код:
PlayerInfo[playerid][LoginsFalsos] = 0;
dini_Int(file,"LevelAdmin");// << vc pega um file, ja formatado anteriormente.
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
tipo, esse file q o dini pega ai, pode ser de um outro player q entrou no caso o adm.. sakas?

tipo eu entrei ai o file fico formatado com /contas/gabriel.txt
ai outro entra ele da load em gabriel.txt, antes de formatar novamente com o novo nome.
sugestгo:

pawn Код:
PlayerInfo[playerid][LoginsFalsos] = 0;
// dini_int tava aki
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
//mude pra k
dini_Int(file,"LevelAdmin");
Reply


Messages In This Thread
[AJUDA] Bug no Gamemode - by GuiihCamargo - 15.03.2012, 04:40
Re: [AJUDA] Bug no Gamemode - by Jeffrey_Hatrix Jeffrey_ - 15.03.2012, 04:47
Re: [AJUDA] Bug no Gamemode - by GuiihCamargo - 15.03.2012, 04:50
Re: [AJUDA] Bug no Gamemode - by Jeffrey_Hatrix Jeffrey_ - 15.03.2012, 04:57
Re: [AJUDA] Bug no Gamemode - by GuiihCamargo - 16.03.2012, 01:48
Re: [AJUDA] Bug no Gamemode - by steeldark - 16.03.2012, 02:03

Forum Jump:


Users browsing this thread: 3 Guest(s)