18.01.2012, 21:34
while(mysql_fetch_row(query))
{
format(msg,sizeof(msg),"%s\n",namefound);
}
ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_LIST, title, msg, "Select", "Back");
Edit that to your needs. It will display all users with 'LIKE' or 'EQUAL' to the IP, and list in the dialog.
Obviously you need to define all the other stuff.
{
format(msg,sizeof(msg),"%s\n",namefound);
}
ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_LIST, title, msg, "Select", "Back");
Edit that to your needs. It will display all users with 'LIKE' or 'EQUAL' to the IP, and list in the dialog.
Obviously you need to define all the other stuff.