[Ajuda] Dinheiro nгo salvando
#1

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

Cara manda o seu sistema de save/load de arquivos .
Reply
#3

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 ._.'.
Reply
#4

tenta

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

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

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)