Why wont dialog show?
#6

The format seems to be wrong.
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 5, -2374.8315,499.9057,29.1996))
    {
        DisablePlayerCheckpoint(playerid);
        PlayerPlaySound(playerid, 1054, 0, 0, 0);
        new message[128] = "Prolawl's pro";
        new message4[128] = "Prolawl's pro";
        new message2[128] = "Prolawl's pro";
        new message3[128] = "Prolawl's pro";
        format(string, sizeof(string),"%s\n %s\n %s\n %s\n",message,message2,message3,message4);
        ShowPlayerDialog(playerid,666,DIALOG_STYLE_MSGBOX,"Lovegold's District Bank",string,"Continue","Continue");
        return 1;
    }
That should work (not tested)
if this works you should play with it a bit more.
Reply


Messages In This Thread
Why wont dialog show? - by Anthonyx3' - 27.12.2010, 04:37
Re: Why wont dialog show? - by Gavibro - 27.12.2010, 05:58
Re: Why wont dialog show? - by Anthonyx3' - 27.12.2010, 06:06
Re: Why wont dialog show? - by leong124 - 27.12.2010, 06:54
Re: Why wont dialog show? - by Anthonyx3' - 27.12.2010, 11:46
Re: Why wont dialog show? - by rensfromrpas - 27.12.2010, 12:15
Re: Why wont dialog show? - by Anthonyx3' - 27.12.2010, 12:23
Re: Why wont dialog show? - by rensfromrpas - 27.12.2010, 12:43
Re: Why wont dialog show? - by Joe Staff - 27.12.2010, 12:49
Re: Why wont dialog show? - by Anthonyx3' - 27.12.2010, 13:57

Forum Jump:


Users browsing this thread: 1 Guest(s)