26.06.2015, 10:51
pawn Код:
enum
{
DIALOG_PLAYERNAME
}
//Here is the input dialog:
ShowPlayerDialog(playerid, DIALOG_PLAYERNAME, DIALOG_STYLE_INPUT, "Mobile Data Computer", "Enter the name of the person you want to get information about.", "Search", "Close");
Well, to continue, you need an algorithm that searches through player data, so tell us how you store your data (database, files, which db/file system)