login/register dialogs don't show
#1

[SOLVED]
Thanks for everyone!
Reply
#2

Do you get any errors while compiling?
They simply do not show at all?
Reply
#3

I do not get any error at compiling. They do not show at all.
Reply
#4

OnDialogResponse should return 0;

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    return 0;
}
Reply
#5

Still didn't work.
Reply
#6

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.
Reply
#7

It's now 3000 to 3003. Nothing worked.
Reply
#8

Something is missing i suppose , coz code is fine.
Reply
#9

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.
++++++++++++++++++++++++++++++++
Reply
#10

bump. I iz wait for anzwer
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)