Dialog doesnt showing up!
#7

Quote:
Originally Posted by CoaPsyFactor
Посмотреть сообщение
stop bumping! you'll need to wait 24h before DP.

ShowPlayerDialogEx?

Can you send us code for this function?
Код:
// Anti Dialog ID spoofing
#define         ShowPlayerDialogEx(%0, %1, %2, %3, %4, %5, %6)              ShowPlayerDialog(%0, %1, %2, %3, %4, %5, %6) \
	SetPVarInt(%0, "dialog", %1)*/
stock ShowPlayerDialogEx(playerid, dialogid, style, caption[], info[], button1[], button2[]) {
	SetPVarInt(playerid, "dialog", dialogid);
	ShowPlayerDialog(playerid, dialogid, style, caption, info, button1, button2);

	return 1;
}
Reply


Messages In This Thread
Dialog doesnt showing up! - by Trynda - 09.05.2014, 07:29
Re : Dialog doesnt showing up! - by Sc0tt - 09.05.2014, 07:45
Re: Re : Dialog doesnt showing up! - by Trynda - 09.05.2014, 07:47
Re: Dialog doesnt showing up! - by Trynda - 09.05.2014, 08:51
Re: Dialog doesnt showing up! - by Trynda - 09.05.2014, 09:08
Re: Dialog doesnt showing up! - by CoaPsyFactor - 09.05.2014, 09:50
Re: Dialog doesnt showing up! - by Trynda - 09.05.2014, 09:59
Re: Dialog doesnt showing up! - by Trynda - 09.05.2014, 10:32
Re: Dialog doesnt showing up! - by AroseKhanNiazi - 09.05.2014, 11:13
Re: Dialog doesnt showing up! - by Trynda - 09.05.2014, 11:18

Forum Jump:


Users browsing this thread: 1 Guest(s)