SA-MP Forums Archive
[Ajuda] Dinheiro nгo salvando - 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] Dinheiro nгo salvando (/showthread.php?tid=463378)



Dinheiro nгo salvando - MoonRey - 11.09.2013

Olб, eu to com um problema, quando o Player sai nгo salva o dinheiro que ele tinha, ele volta com R$0 em vez de voltar com o que ele tinha quando saiu do server, e tambem o Level de Admin nгo estб salvando, alguem pode ajudar?


Re: Dinheiro nгo salvando - darkxdll - 11.09.2013

Cara manda o seu sistema de save/load de arquivos .


Re: Dinheiro nгo salvando - MoonRey - 11.09.2013

Eu tentei fazer desta forma:
pawn Код:
//OnPlayerDisconnect
 dini_IntSet(file, "Dinheiro", GetPlayerGrana(playerid));

 //OnPlayerConnect
 ResetPlayerGrana(playerid);
 GivePlayerGrana(playerid, dini_Int("Dinheiro"));
Mas da "warning 202: number of arguments does not match definition" aqui:
pawn Код:
GivePlayerGrana(playerid, dini_Int("Dinheiro"));
Ainda nгo aprendi muito bem esse negocio de Dini ._.'.


Re: Dinheiro nгo salvando - PT - 11.09.2013

tenta

pawn Код:
GivePlayerGrana(playerid, dini_Int(file, "Dinheiro"));



Re: Dinheiro nгo salvando - MoonRey - 11.09.2013

Deu ehauehauehuaheuhuea Desculpa ai, preciso aprender mais sobre Dini ainda e_e


Re: Dinheiro nгo salvando - PT - 11.09.2013

tem aqui 1 toturial sobre dini do ipsBruno

https://sampforum.blast.hk/showthread.php?tid=180237

mas n recomendo usa dini, ela e velha e lenta usa DOF2

tutorial de DOF2: https://sampforum.blast.hk/showthread.php?tid=422519

ou y_ini

Tutorial de y_ini: https://sampforum.blast.hk/showthread.php?tid=460056

por serem mais modernos e mais rapidos, obtendo assim uma maior e melhor eficбcia.