[quase resolvido] carregar gangs salvas
#1

ae galera eu achei um codigo q salva as gangs mais como e q eu fasso pra carrega elas ?

pawn Код:
//--------SAVEGANG----------------------------------------
new player[MAX_PLAYERS];
GetPlayerName(playerid,player,sizeof(player));
new File:GangFile;
format(string, sizeof(string), "%s", player);                  
GangFile = fopen(string, io_append);
new var[32];
format(var, 32, "Gang: %s, %d \r\n",gangNames[i],gangInfo[i][0]=1);
fwrite(GangFile, var);
fclose(GangFile);
//-------SAVEGANG------------------------------------------
alguem pode me ajudar ae ?
Reply
#2

Estude DINI e use o SEARCH.
Este й um tutorial de DINI (bem mais fбcil) que inclui o salvamento e carregamento de dados, feito pelo DraKon. Estude e vocк conseguirб fazer o seu prуprio sistema de gangs e atй outras coisas mais avanзadas.
http://forum.sa-mp.com/index.php?topic=169012.0
Reply
#3

eu so quero saber como carregar isso ai.
eu ja sei mais omenos mecher com dini.
Reply
#4

Nгo posso passar o cуdigo inteiro por nгo mexer muito com DINI, mas tente usar a funзгo dini_Get. Se preferir usar sem dini, use a wiki sobre File write/read, vocк vai encontrar uma resposta lб.
Reply
#5

tipo eu tentei criar um mais como nгo sei mecher muito com dini ele salva mais tipo nгo carrega la na pasata contas so fica Gang=1

o codigo q eu criei e esse aqui:
no comando de criar a gang.
pawn Код:
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
new Gang;
Gang = MAX_GANGS,playerGang[playerid]=i;
dini_IntSet(file, "Gang", Gang);
no OnPlayerSpawn:
pawn Код:
if(dini_Int(file,"Gang") == 1){
SendClientMessage(playerid, COLOR_YELLOW, "Bem vindo de volta a gang");
}
Reply
#6

pawn Код:
//--------SAVEGANG----------------------------------------
new player[MAX_PLAYERS];
GetPlayerName(playerid,player,sizeof(player));
new File:GangFile;
format(string, sizeof(string), "%s", player);                  
GangFile = fopen(string, io_append);//IRA CARREGA CARREGAR CARREGAR CARREGAR CARREGAR
new var[32];
format(var, 32, "Gang: %s, %d \r\n",gangNames[i],gangInfo[i][0]=1);
fwrite(GangFile, var);
fclose(GangFile);
//-------SAVEGANG------------------------------------------
Sу Precisa Colocar Local Certo...
Aqui:
Pesquisa no Forum
"Gang Save" Encontra Sim...
Reply
#7

tipo me encina ai onde e o local serto. e dificio de achar e muito godigo pra criar gang.
Reply
#8

Onde tem /gang Create
Da um Busca ai que vc acha
!Gang Save!
Reply
#9

la nгo tem nenhum topico q encine a carregar.
Reply
#10

sinto um cheiro de infoorg
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)