Help ! A Simple problem
#1

Hai !
Please give me solution about ! Dialog response ,
I Have a two Filterscript with using Dialog response , When i load first Filterscript one,The filterscript two Dialog response is not Work...But if I Load first Filterscript two,The Filterscript one dialog is not Work !! How to fix that ! Please Help me

Soory my Bad English xD
Reply
#2

change your dialog response id for example:

#define DIALOG_LOGIN 3294

to
#define DIALOG_LOGIN 3236
Reply
#3

Go to OnPlayerDialog in both scripts, change the 'return 1;' or 'return true;' to 'return 0;' in both scripts
like
PHP код:
public OnDialogResponse([..])
{
 [....]
 return 
0// << at end of the callback in both scripts

Reply
#4

Quote:
Originally Posted by PawnHunter
Посмотреть сообщение
Go to OnPlayerDialog in both scripts, change the 'return 1;' or 'return true;' to 'return 0;' in both scripts
like
PHP код:
public OnDialogResponse([..])
{
 [....]
 return 
0// << at end of the callback in both scripts

More ?
Reply
#5

Quote:
Originally Posted by jlalt
Посмотреть сообщение
change your dialog response id for example:

#define DIALOG_LOGIN 3294

to
#define DIALOG_LOGIN 3236
Make #define DIALOG+1 890
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)