[Ajuda] MySQL problemas
#6

Код:
forward q_loginRequest(playerid);
public q_loginRequest(playerid)
{
 new row, skn[MAX_PLAYERS],  name[MAX_PLAYER_NAME];
 GetPlayerName(playerid, name, MAX_PLAYER_NAME);

 mysql_format(conexao, query, sizeof(query), "SELECT * FROM tabelausuarios WHERE usuario='%e'", name);
 mysql_query(conexao, query, true);

 cache_get_row_count(row);
    		
 if(row >0)
 {
    cache_get_value_name_int(0, "skin",     skn[playerid]);


    SetSpawnInfo(playerid, 0, skn[playerid], 1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0 );
    ShowPlayerDialog(playerid, DIALOG01, DIALOG_STYLE_PASSWORD, "Seja Bem-vindo ao servidor !", "Digite sua senha", "Login", "Kick");
    //Usuario Existe
 }
 else
 {
  ShowPlayerDialog(playerid, DIALOG02, DIALOG_STYLE_PASSWORD, "Voce nгo tem uma conta", "Primeira vez? Registre-se", "Registrar", "Kick");
 //Usuario Nгo existe !
 }
 return 1;
}
tente assim com o mysql r41.2
Reply


Messages In This Thread
MySQL problemas - by iTouchS - 02.04.2017, 19:50
Re: MySQL problemas - by valdirdd - 02.04.2017, 20:21
Re: MySQL problemas - by iTouchS - 02.04.2017, 20:25
Re: MySQL problemas - by iTouchS - 03.04.2017, 17:37
Re: MySQL problemas - by iTouchS - 04.04.2017, 16:17
Re: MySQL problemas - by HoodScript - 04.04.2017, 16:57

Forum Jump:


Users browsing this thread: 1 Guest(s)