I think this dialog is causing lag, could someone tell me why?
#4

Okay, it's still lagging, but it actually lags when I open this:

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;
}
Why on EARTH would that take 2-3 seconds to open? I'm so confused.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)