[HELP] Dialog Problem
#1

Alright, first of all, a Mobile Data Computer is a computer that the Police is using to find information about suspects.
What I want this to do is, be able to search on player ID's and find information about him or her.

This is how it looks like at the moment:

Code:
	if(strcmp(cmd, "/mdc", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
			if(gTeam[playerid] == 2 || gTeam[playerid] == 3)
			{
	    		ShowPlayerDialog(playerid, 4, DIALOG_STYLE_LIST, "Mobile Data Computer", "Search by Name (( ID ))", "OK", "Log Out");
			}
		}
		return 1;
	}
When you hit OK on the Search by Name (( ID )) a INPUT style dialog should appear and you should be able to type a online player ID and it will search for him or her.

The information I want it to show is PlayerInfo[playerid][pCarWarn];

If you got no idea what I mean, just ask.

Thanks
Reply


Messages In This Thread
[HELP] Dialog Problem - by Fredden1993 - 31.08.2010, 12:50
Re: [HELP] Dialog Problem - by Grim_ - 31.08.2010, 12:52
Re: [HELP] Dialog Problem - by Nero_3D - 31.08.2010, 12:54
Re: [HELP] Dialog Problem - by Fredden1993 - 31.08.2010, 12:58
Re: [HELP] Dialog Problem - by Grim_ - 31.08.2010, 13:04
Re: [HELP] Dialog Problem - by Fredden1993 - 31.08.2010, 13:06
Re: [HELP] Dialog Problem - by Grim_ - 31.08.2010, 13:11
Re: [HELP] Dialog Problem - by Fredden1993 - 31.08.2010, 13:13
Re: [HELP] Dialog Problem - by Grim_ - 31.08.2010, 13:23
Re: [HELP] Dialog Problem - by Fredden1993 - 31.08.2010, 13:33
Re: [HELP] Dialog Problem - by Grim_ - 31.08.2010, 13:38
Re: [HELP] Dialog Problem - by Fredden1993 - 31.08.2010, 13:52
Re: [HELP] Dialog Problem - by Nero_3D - 31.08.2010, 13:54
Re: [HELP] Dialog Problem - by Grim_ - 31.08.2010, 13:58
Re: [HELP] Dialog Problem - by Fredden1993 - 31.08.2010, 14:09
Re: [HELP] Dialog Problem - by Nero_3D - 31.08.2010, 15:56

Forum Jump:


Users browsing this thread: 4 Guest(s)