[Ajuda] Mysql Retornando 0.
#1

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

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
Reply
#3

Once a flooder, always a flooder.

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

@topic
Confere sua query
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)