[Ajuda] Dialog nгo bomba
#2

Elas nгo aparecem ou quando vocк responde ela nгo retorna nada?

Se nгo aparece, o problema estб na query/conexгo, faзa um debug com printf:
Код:
public OnPlayerConnect(playerid)
{
	new consulta[128];
	LimparChat(playerid);
	ChecarBanimento(playerid);
	PlayerInfo[playerid][pAdminDuty]=0;

	GetPlayerName(playerid, PlayerInfo[playerid][pNome], MAX_PLAYER_NAME);
	mysql_format(mysql_con, consulta, sizeof(consulta), "SELECT * FROM `jogadores` WHERE `nome` = '%s'", PlayerInfo[playerid][pNome]);
 	mysql_tquery(mysql_con, consulta, "ProcurarUsuario", "i", playerid);
 	printf("OnPlayerConnect query error: %d", mysql_errno(mysql_con));
	return 1;
}
Reply


Messages In This Thread
Dialog nгo bomba - by Diggie - 03.02.2017, 02:16
Re: Dialog nгo bomba - by RodrigoMSR - 03.02.2017, 08:09
Re: Dialog nгo bomba - by Diggie - 05.02.2017, 00:55
Re: Dialog nгo bomba - by Diggie - 05.02.2017, 00:57
Re: Dialog nгo bomba - by [BOPE]Seu._.Madruga - 05.02.2017, 16:27
Re: Dialog nгo bomba - by Diggie - 05.02.2017, 21:38

Forum Jump:


Users browsing this thread: 1 Guest(s)