[AJUDA] salvamento file. -
lucas_mdr1235 - 13.10.2011
ai ja criei 2 topicos por motivos q eu tabalho acabava esquecendo pra nao resucitar ele to criando ese novamente nao obtive resultado positivo nos outros topicos.
tipo editar uma conta offiline somando o tempo q estava ja salvo na conta mais o tempo q o adm ira setar
PHP код:
format(string, sizeof(string), "Contas/%s.ini", plname);
new File: hFile = fopen(string, io_write);
if(hFile)
{
new Data[ 256 ], val[ 256 ];
new respondendo[32];
while ( fread( hFile , Data , sizeof( Data ) ) )
{
new copioconta;
new copiou[256];
copiou = ini_GetKey(Data);
if( strcmp( copiou , "JailTime" , true ) == 0 ) { val = ini_GetValue( Data ); copioconta = strval( val ); }
new tempopreso = copioconta + tempo2*60;
}
format("0" "NivelProcurado=%d\n",WantedPoints[playerid]);fwrite(hFile, procu"0"
format("6", 32, "Preso=%d\n",PlayerInfo[playerid][pPreso]);fwrite(hFile, "6");
format(respondendo , 32, "JailTime=%d\n",PlayerInfo[playerid][pJailTime]);fwrite(hFile, respondendo);
fclose(hFile);
format(string, sizeof(string), "**** %s Foi preso com sucesso ! ! !",plname);
SendClientMessageToAll(COLOR_GREEN, string);
}
else
{
SendClientMessage(playerid, COLOR_CV, "**** Esta conta nгo existe ! ! !");
}
desde ja agradeco a ajuda e cooprencao de todos.
se file e complicado salvar entao em outro tipod e salvamente se nao for bugar a conta.
Re: [AJUDA] salvamento file. -
WLSF - 13.10.2011
Comeзe a usar SII, em file serб muito complicado para vocк... e nгo irб bugar a conta nem nada creio eu. (:
Re: [AJUDA] salvamento file. -
lucas_mdr1235 - 13.10.2011
to procurando aki tuto de slavamento sii e nao to achando se sabe onde tem 1 ?
Re: [AJUDA] salvamento file. -
WLSF - 13.10.2011
Achei um que me ajudou muito.
http://forum.sa-mp.com/showthread.ph...ndo+SII+mittos
Espero ter lhe ajudado tambйm. (:
Re: [AJUDA] salvamento file. -
lucas_mdr1235 - 13.10.2011
vlw +rep a vc obrigado.
Re: [AJUDA] salvamento file. -
WLSF - 13.10.2011
Disponha, assim vai ser mais fбcil tente fazer o seu /prender, se ocorrer dъvida me contate que eu te ajudo (:
Re: [AJUDA] salvamento file. -
lucas_mdr1235 - 13.10.2011
ai minha duvida e a seginte meu salvamento usa = tipo admin= %d
ai quando eu for salvar tera q ser assim ou nao precisa do =
INI_WriteInt("NivelProcurado=", 0);
@edit
e quando vai ler tambem precisa do = ?
Re: [AJUDA] salvamento file. -
WLSF - 13.10.2011
Nгo, ele jб й pronto pra ler o sinal '=' no caso basta usar
pawn Код:
INI_WriteInt("NivelProcurado", 0);
ele vai salvar dentro do arquivo que vocк criou... 'NivelProcurado=0
e para ler basta usar
pawn Код:
INI_ReadInt("NivelProcurado");
ele vai ler oque vem depois da tag que vocк digitou e o sinal '=' no caso 0, por isso considerado fбcil e bom... (:
Re: [AJUDA] salvamento file. -
lucas_mdr1235 - 13.10.2011
vlw S2 ! ! !
LOLLLLLLLLLLLLLLLLL
meu gm quando compilava dava aquele monte de linha dando
pawn Код:
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 9452 bytes
Code size: 1933816 bytes
Data size: 1573408 bytes
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 3533060 bytes
pq tinhas varias strings faltando otimizar
depois de add a include SII compila 100%
pawn Код:
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
O_o
Re: [AJUDA] salvamento file. -
WLSF - 13.10.2011
Disponha, (: