23.06.2014, 09:21
This way worked, sorry for the inconvenience. Idk why I didn't think this way at first. I must be too tired to script.
pawn Код:
new bizin = pInfo[playerid][pBizInt];
if(IsPlayerInRangeOfPoint(playerid,3,-29.2120,-185.1284,1003.5469)) //24/7
{
ShowPlayerDialog(playerid,DIALOG_247,DIALOG_STYLE_LIST,bInfo[bizin][bizname],"Cell Phone\nPhonebook\nNew Phone Number","Select","Cancel");
}

