Messed up dialogs.
#1

Fixed myself. Thanks
Reply
#2

When you click on one all of them are called? If it is like it is because you used if(response) twice
Reply
#3

No. When i click all of them they all responding to the third i don't know why. For example it should respond 1 to 1 and et.c but now it responds like this: 1-3,2-3,3-3. Y i know my english is bad sorry xD
Reply
#4

is your dialog defineS numbered correctly like :

PHP код:
#define DIALOG_ONE        1
#define DIALOG_TWO        2
#define DIALOG_THREE        3
#define DIALOG_FOUR        4
#define DIALOG_FIVE        5 
instead of:


PHP код:
#define DIALOG_ONE        1
#define DIALOG_TWO        2
#define DIALOG_THREE        3
#define DIALOG_FOUR        1
#define DIALOG_FIVE        2 
?
Reply
#5

Yes my defines r numbered correctly :\
Reply
#6

Make sure no dialogs using those ids.
Reply
#7

Nope, noone is using those ids.
Reply
#8

BUMP
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)