Dialog conflict
#1

Hello,when i install one dialog it perfectly works in server,but when i install new(second)dialog and start server,my all simple commands won't work,and dialogs by their selves won't work.And they have their own ids.Some of these dialogs when i select something just closes and does nothing.
For shooting range id is:
pawn Код:
#define Weapons_Dialog   9457
For CarSpawner:
pawn Код:
#define FILTERSCRIPT
For online radio:
pawn Код:
#define DEIALOG_ID 7777

If you need these scripts,i can show them.
Reply
#2

Well, I have one suggestion for you, that helped me in the past to solve the same problem, but find
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
        //scroll to the end of the callback
    return 1; // if it's set to 1 set it to 0
}
Edit: I'm not sure if it will work now.
Reply
#3

Does i have to do it for all my dialog scripts ?
Reply
#4

Try to do it for all of the scripts which are containing dialogs.
Reply
#5

Still they wont work.
Reply
#6

Does someone other had experience with this problem ?
Reply
#7

Bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)