18.01.2012, 21:35
Quote:
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. |
Not sure if I can give rep, but if I can I'm giving both of you guys rep for helping out. <3