Why wont dialog show?
#1

Hey guys, im working on my gamemode, and well this dialog wont show up when needed to:

pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 5, -2374.8315,499.9057,29.1996))
    {
        DisablePlayerCheckpoint(playerid);
        PlayerPlaySound(playerid, 1054, 0, 0, 0);
        new message[] = "";
        new message4[] = "";
        new message2[] = "";
        new message3[] = "";
        format(string, sizeof(string),"%s %s %s %s",message,message2,message3,message4);
        ShowPlayerDialog(playerid,666,DIALOG_STYLE_MSGBOX,"Lovegold's District Bank",string,"Continue","Continue");
        return 1;
    }
Anyone could tell me whats wrong with this? thank you
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: 2 Guest(s)