22.12.2013, 23:39
Okay, it's still lagging, but it actually lags when I open this:
Why on EARTH would that take 2-3 seconds to open? I'm so confused.
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;
}