SA-MP Forums Archive
[Ajuda] Mysql Retornando 0. - 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] Mysql Retornando 0. (/showthread.php?tid=500094)



Mysql Retornando 0. - shittt - 11.03.2014

Hi meu povo , Estou com um problema na hora que o player se registra tudo bem Na Hora que ele reentra no server o mysql volta tudo Zero , aqui vai a funзгo pra verificar :

Code:
Function::R_VerificarPassword(playerid)
{
	new rows, fields, str[128], ei[4] = {128}, ola[4];
	
	cache_get_data(rows, fields);
	
	if(rows) {
		cache_get_field_content(0, "Skin", ei[0]);
		cache_get_field_content(0, "Dinheiro", ei[1]);
		cache_get_field_content(0, "Matou", ei[2]);
		cache_get_field_content(0, "Morreu", ei[3]);
		
		ola[0] = strval(ei[0]);
		ola[1] = strval(ei[1]);
		ola[2] = strval(ei[2]);
		ola[3] = strval(ei[3]);
		
		GivePlayerMoney(playerid, ola[1]);
		format(str, sizeof(str), "****Voce Matou %d Pessoas ****", ola[2]);
		SendClientMessage(playerid, vermelho, str);
		format(string, sizeof(string), "****Voce Morreu %d Vezes ****", ola[3]);
		SendClientMessage(playerid, vermelho, string);
		SetSpawnInfo(playerid, 0, ola[0], 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
		SpawnPlayer(playerid);
		player[playerid][E_Logged] = 1;
	}
	else {
	    ShowPlayerDialog(playerid, Dialog_register, DIALOG_STYLE_PASSWORD, "Conectando Ao server", \
		"Ola Digite Sua senha !\n {ff0000} Senha Incorreta {ff0000}", "Logar", "");
		return 1;
	}
	return 1;
}
Oque pode ser ?


Re: Mysql Retornando 0. - PT - 11.03.2014

nas versoes mais recentes tem cache_get_field_content_int

acho que podera ser isso.


veja melhor https://sampwiki.blast.hk/wiki/MySQL/R33..._field_content

@ ignoring some persons


Re: Mysql Retornando 0. - JoaoPedro - 11.03.2014

Once a flooder, always a flooder.

@EDIT = Plural de person й people. Nгo existe persons. #ledik

@topic
Confere sua query