Dialog no response :s
#9

Quote:
Originally Posted by LarzI
Посмотреть сообщение
I have no idea if this is true or not, but it may be caused by ID-conflicts between GM and FS if you have dialogs in both.

Try defining TDM and TDM1 as unique IDs which is probably never used. Highest possible ID is 32767, so you have lots of integers to choose from.

Example:

pawn Код:
#define TDM (22201) //222 is the prefix - (0)1 is the specifying ID.
#define TDM1 (22202) //222 still prefix - (0)2 is the specifying ID.
Tell me if this solves anything.
Quote:
Originally Posted by Gamer_007
Посмотреть сообщение
Umm try using
pawn Код:
return 0; in place of return 1; in dialog response
In past i faced this problem and i got fixed by changing return 1; to return 0;

Maybe it can help you
Quote:
Originally Posted by LarzI
Посмотреть сообщение
I can confirm this. The callback has to return 0 just like OnPlayerCommandText. Sorry for not thinking about this earlier.
not working ..
Reply


Messages In This Thread
Dialog no response :s - by benel1 - 04.02.2013, 09:51
Re: Dialog no response :s - by Jarnu - 04.02.2013, 09:59
Re: Dialog no response :s - by benel1 - 04.02.2013, 11:39
Re: Dialog no response :s - by LarzI - 04.02.2013, 12:03
Re: Dialog no response :s - by benel1 - 04.02.2013, 12:38
Re: Dialog no response :s - by LarzI - 04.02.2013, 13:15
Re: Dialog no response :s - by Gamer_007 - 04.02.2013, 13:55
Re: Dialog no response :s - by LarzI - 04.02.2013, 13:58
Re: Dialog no response :s - by benel1 - 04.02.2013, 14:18
Re: Dialog no response :s - by Gamer_007 - 04.02.2013, 14:39

Forum Jump:


Users browsing this thread: 3 Guest(s)