[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


Messages In This Thread
Mysql Retornando 0. - by shittt - 11.03.2014, 14:17
Re: Mysql Retornando 0. - by PT - 11.03.2014, 14:44
Re: Mysql Retornando 0. - by JoaoPedro - 11.03.2014, 15:02

Forum Jump:


Users browsing this thread: 3 Guest(s)