Diialog
#1

Hey guys,
My dialog isnt loading as it was before until i added a few more cars into the subdialogs so my question is could you list the reasons why a dialog might not load or post a link

Thanks
Reply
#2

My question is could you give us the the code the contains the dialog ?
Reply
#3

my OnDialogResponse is 6k lines i think it might not fit

if you give me some reasons i can look through the script and work out why just link a site or somthing i know pawno enough to fins the source of the problem if ideas are provided
Reply
#4

By "not loading" you mean it doesn't show or doesn't respond?
Reply
#5

it doesnt show anyhins its a sub dialog so to test it sent the command i put

print("test");

and i checked the blak box and it wasnt printed inside it :S
Reply
#6

Is it a filterscript?
Reply
#7

no its in my gamemode
Reply
#8

this might help these are all the dialogs i have

#define Register 0
#define Login 1
#define Car_Spawner 2
Reply
#9

pawn Код:
if(dialogid == Vehicle_Cat)
    {
        if(!response) return ShowPlayerDialog(playerid, Vehicle_Cat, DIALOG_STYLE_LIST, "Pick a type", " Sports Cars\n Loco\n Wheel Arch Angels\n Normal Cars\n Convertables\n Offroad\n Public Service\n Bikes\n Planes\n Boats\n Helicopters\n Unique", "Select", "Close");
        if(response)
        {
            switch(listitem)
            {
                case 0:
                {
                    print("test");
                    ShowPlayerDialog(playerid, Sports_Cars, DIALOG_STYLE_LIST, "Pick a Car", " Bloodring, glendale, infernus", "Spawn", "<<<");
                }
            }
        }
    }
ive just mde this code as an example
Reply
#10

removed
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)