[AJUDA]Salvar Nivel De Procura no GF
#1

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
Reply
#2

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
Reply
#3

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

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

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

malz pelo double post mais de sertoooooooooooooooooooooooooooooooooooooooooooooo ooo vlw
Reply
#7

ops foi fail agr bugo todos os cmds
Reply
#8

man tenta editar os posts.. ^^
Reply
#9

se eu editar-se ninguem ia ver
Reply
#10

#EDIT meu GF salva preso lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)