dialogid conflict
#1

0
Reply
#2

Just change the dialog IDs..
Reply
#3

but i changed
#define DIALOG_NONE 0
#define DIALOG_SEARCH 1
#define DIALOG_FINDS 2
#define DIALOG_PAGE 3
to

#define DIALOG_NONE 60
#define DIALOG_SEARCH 61
#define DIALOG_FINDS 62
#define DIALOG_PAGE 63


but still not work , same problem
Reply
#4

No he means, when you are showing dialogs you are always using the same dialog id
ShowPlayerDialog(playerid,USE_DIALOG_ID,
ShowPlayerDialog(playerid,USE_DIALOG_ID,
ShowPlayerDialog(playerid,USE_DIALOG_ID,
Reply
#5

no between the 2 scripts they are differents no?
Reply
#6

Each dialog should use a different id.
Reply
#7

i just remplace USE_DIALOG_ID by other name?

i tested to change by

#define USE_DIALOG_IDGE 23400 //Change if this contradicts with other dialogs
ShowPlayerDialog(playerid,USE_DIALOG_IDGE,DIALOG_S TYLE_INPUT,


but there is the same problem
Reply
#8

i changed all id but still don't work
nobody have one idea?

i tested the problem appear after search word in encyclopedia
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)