[ajuda] salvamento
#2

Vocк usa:
pawn Код:
new GPSComprado[MAX_PLAYERS];
nй?
Entгo em OnPlayerDisconnect usa assim:
pawn Код:
new file[128],name[MAX_PLAYER_NAME] ;
GetPlayerName(playerid,name,sizeof(name));
format(file,sizeof(file),"Contas/%s.ini",name);
dini_IntSet(file,"GPS",GPSComprado[playerid]);
Caso as contas sejam salvadas sу na pasta scriptfiles, tira o Contas/ ali e deixa sу %s.ini, mas se vocк salva em outra pasta e ela tiver outro nome vocк troca, tipo, usuбrios.
E para carregar, poe isso em OnPlayerConnect/OnPlayerSpawn ou se utiliza sistema de login ponha nele.
pawn Код:
new file[128],name[MAX_PLAYER_NAME] ;
GetPlayerName(playerid,name,sizeof(name));
format(file,sizeof(file),"Contas/%s.ini",name);
if(fexist(file))
{
  GPSComprado[playerid] = dini_Int(file,"GPS");
}
Reply


Messages In This Thread
[ajuda] salvamento - by histire - 05.03.2012, 13:38
Re: [ajuda] salvamento - by humildadeforever - 05.03.2012, 17:01
Re: [ajuda] salvamento - by histire - 05.03.2012, 17:06
Re: [ajuda] salvamento - by steeldark - 05.03.2012, 17:18
Re: [ajuda] salvamento - by histire - 05.03.2012, 17:23
Re: [ajuda] salvamento - by histire - 05.03.2012, 20:17

Forum Jump:


Users browsing this thread: 1 Guest(s)