login/register dialogs don't show -
Extraordinariness - 03.04.2014
[SOLVED]
Thanks for everyone!
Re: login/register dialogs don't show -
LocMax - 03.04.2014
Do you get any errors while compiling?
They simply do not show at all?
Re: login/register dialogs don't show -
Extraordinariness - 03.04.2014
I do not get any error at compiling. They do not show at all.
Re: login/register dialogs don't show -
AndySedeyn - 03.04.2014
OnDialogResponse should return 0;
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
return 0;
}
Re: login/register dialogs don't show -
Extraordinariness - 03.04.2014
Still didn't work.
Re: login/register dialogs don't show -
AndySedeyn - 03.04.2014
Quote:
Originally Posted by Extraordinariness
Still didn't work.
|
Do you have other scripts that have a dialog system?
If so, check if the dialog ID's differ from each other.
Код:
#define DIALOG_REGISTER 101
#define DIALOG_LOGIN 102
#define DIALOG_SUCCESS_1 103
#define DIALOG_SUCCESS_2 104
#define DIALOG_STATS 100
This is what you should check.
You can change the ID's of these DIALOG's to a number that you know is not in use.
Re: login/register dialogs don't show -
Extraordinariness - 03.04.2014
It's now 3000 to 3003. Nothing worked.
Re: login/register dialogs don't show -
Arjanz - 03.04.2014
Something is missing i suppose , coz code is fine.
Re: login/register dialogs don't show -
Extraordinariness - 04.04.2014
What do you think I'm missing? D:
*hey arjan! :P*
++++++++++++++++++++++++++++++++
EDIT: My other dialogs are working. This is the only dialog that doesn't show.
++++++++++++++++++++++++++++++++
Re: login/register dialogs don't show -
Extraordinariness - 04.04.2014
bump. I iz wait for anzwer