SA-MP Forums Archive
[AJUDA]Salvar Nivel De Procura no GF - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA]Salvar Nivel De Procura no GF (/showthread.php?tid=230065)



[AJUDA]Salvar Nivel De Procura no GF - Power_GamerX - 22.02.2011

pessoal ja to tentando faser isso a um tempao queria assim pro cara sair do servidor e salvar os nivel de procura do cara ai quando ele logar ele voutar com o nivel que saiu

uso o GF se auguem pdoe me ajudar vlw


Re: [AJUDA]Salvar Nivel De Procura no GF - rjjj - 22.02.2011

Huuuuum BRASIL PLAY FOREVER DETECTED =P


Isto deve resolver o seu problema , coloque:

pawn Код:
//No Topo do GM:


new NivelProcurado[10], texto[30];


//No OnPlayerSpawn:


new PlayerN[MAX_PLAYER_NAME],ProcuradeX[10];
GetPlayerName(playerid, PlayerN, sizeof(PlayerN));
format(texto, 30, "%s.txt", PlayerN);
new File:Procuradaum = fopen(texto, io_read);
fread(Procuradaum, ProcuradeX);
fclose(Procuradaum);
WantedLevel[playerid] = strval(ProcuradeX);



//No OnPlayerDisconnect:


new PlayerN[MAX_PLAYER_NAME];
GetPlayerName(playerid, PlayerN, sizeof(PlayerN));
format(texto, 30, "%s.txt", PlayerN);
new File:Procuradaum = fopen(texto, io_write);
format(NivelProcurado, 10, "%d", WantedLevel[playerid]);
fwrite(Procuradaum, NivelProcurado);
fclose(Procuradaum);

Espero ter ajudado


Re: [AJUDA]Salvar Nivel De Procura no GF - Power_GamerX - 22.02.2011

BPF ?? lol nem sabia que tinha isso lol vo tenta dai edito perai


Re: [AJUDA]Salvar Nivel De Procura no GF - ViniBorn - 22.02.2011

Se nгo foi do BPF, eu sei de onde foi ¬¬


Re: [AJUDA]Salvar Nivel De Procura no GF - Power_GamerX - 22.02.2011

de onde ?? nao copiei de ninguem juro por deus tento faser isso a dias cara en oa to conseguindo


Re: [AJUDA]Salvar Nivel De Procura no GF - Power_GamerX - 22.02.2011

malz pelo double post mais de sertoooooooooooooooooooooooooooooooooooooooooooooo ooo vlw


Re: [AJUDA]Salvar Nivel De Procura no GF - Power_GamerX - 22.02.2011

ops foi fail agr bugo todos os cmds


Re: [AJUDA]Salvar Nivel De Procura no GF - Gabriel6 - 22.02.2011

man tenta editar os posts.. ^^


Re: [AJUDA]Salvar Nivel De Procura no GF - Power_GamerX - 22.02.2011

se eu editar-se ninguem ia ver


Re: [AJUDA]Salvar Nivel De Procura no GF - Gabriel6 - 22.02.2011

#EDIT meu GF salva preso lol