[Ajuda] Ajuda login/reg MYSQL nгo reconhece contas
#8

Quote:
Originally Posted by Cleyson
View Post
Nгo precisa verificar ai, muito menos duas vezes !
Te aconselho a verificar pelo nome do player, ou seja:

pawn Code:
//=============================================================================================================================================================
// login e registro 2
    new query[512], rows, fields;
    new Name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, Name, MAX_PLAYER_NAME);
    mysql_format(ConnectMYSQL, query, sizeof(query), "SELECT * FROM `accounts` WHERE `Name` = '%s'", Name); //SELECT * FROM accounts WHERE Name = %s TROQUE PELA QUAL ESTA NO SEU BANCO DE DADOS
    mysql_function_query(ConnectMYSQL, query, true, "OnConnection","i",playerid);
    // Agora em OnConnection use cache_get_field_content para pegar os dados e por em variaveis
    // ou como quiser

Vlw brother +REP!
Reply


Messages In This Thread
Ajuda login/reg MYSQL nгo reconhece contas - by maikons - 25.01.2015, 18:42
Re: Ajuda login/reg MYSQL nгo reconhece contas - by mau.tito - 25.01.2015, 21:07
Re: Ajuda login/reg MYSQL nгo reconhece contas - by oliverarrow - 25.01.2015, 21:29
Re: Ajuda login/reg MYSQL nгo reconhece contas - by Ricop522 - 26.01.2015, 00:09
Re: Ajuda login/reg MYSQL nгo reconhece contas - by oliverarrow - 26.01.2015, 00:31
Re: Ajuda login/reg MYSQL nгo reconhece contas - by maikons - 26.01.2015, 00:34
Re: Ajuda login/reg MYSQL nгo reconhece contas - by Cleyson - 26.01.2015, 09:35
Re: Ajuda login/reg MYSQL nгo reconhece contas - by maikons - 26.01.2015, 17:58

Forum Jump:


Users browsing this thread: 1 Guest(s)