Why does this dialog lag before opening?
#1

pawn Код:
CMD:buyparts(playerid,params[])
{
    new string[64];
    if(IsPlayerInRangeOfPoint(playerid, 5.0, -2230.5210,2560.3955,1.8223))
     {
        format(string, sizeof(string), "Illegal Gun Part Purchasing.");
        ShowPlayerDialog(playerid, DIALOG_PARTLIST, DIALOG_STYLE_LIST, string, "{FF0000}Grips\n{FF0000}Frames\n{FF0000}Barrels\n{FF0000}Random Packages", "Select", "Cancel");
    }
    return 1;
}

It does it, all the time and I've absolutely no idea. But the /buy dialog doesn't lag. Can someone please advise me?
Reply


Messages In This Thread
Why does this dialog lag before opening? - by Dokins - 18.12.2013, 18:19
Re: Why does this dialog lag before opening? - by Patrick - 18.12.2013, 18:21
Re: Why does this dialog lag before opening? - by Dokins - 18.12.2013, 18:26
Re: Why does this dialog lag before opening? - by Patrick - 18.12.2013, 18:48
Re: Why does this dialog lag before opening? - by Dokins - 18.12.2013, 19:03
Re: Why does this dialog lag before opening? - by Dokins - 18.12.2013, 19:08
Re: Why does this dialog lag before opening? - by Tayab - 18.12.2013, 19:11
Re: Why does this dialog lag before opening? - by Dokins - 18.12.2013, 19:14
Re: Why does this dialog lag before opening? - by Dokins - 18.12.2013, 19:53
Re: Why does this dialog lag before opening? - by Dokins - 19.12.2013, 00:18

Forum Jump:


Users browsing this thread: 2 Guest(s)