Dialog little help
#2

So after adding the below codes from OnDialogResponse when I click cancel button it still trying to create a clan even tho the statement in else is empty. why?

Код:
	if (dialogid == DIALOG_CREATECLAN)
	{
		new query[256], cName[80];
		if(GetPlayerScore(playerid) < 2000 || GetPlayerMoney(playerid) < 2500000) return SendClientMessage(playerid, -1, ""RED"ERROR: "GREY"You need $2,500,000 and 2,500 score to create a clan!");
		mysql_format(MySQL, query, sizeof query, "SELECT * FROM `"Clans_Table"` WHERE cName = '%e' LIMIT 1", GetName(playerid));
		mysql_tquery(MySQL, query, "FetchClanInfo", "is", playerid, cName);
	}
	else
	{


	}
Reply


Messages In This Thread
Dialog little help - by kampuman - 16.03.2015, 15:06
Re: Dialog little help - by kampuman - 16.03.2015, 16:28
Respuesta: Dialog little help - by JuanStone - 16.03.2015, 16:29
Re: Respuesta: Dialog little help - by kampuman - 16.03.2015, 16:50
Respuesta: Dialog little help - by alexus - 16.03.2015, 16:51

Forum Jump:


Users browsing this thread: 4 Guest(s)