Help me in dialogs! Pls!!
#5

no, but if it's a local function, can I get the text in other functions? Outside the ondialogresponse?

I tried this:
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{


    if(dialogid == DIALOG_x)
    {
		if(response == 1)
		{
		inputtext[20]=x;
		}
		else
		{
			SendClientMessage(playerid, 0xEB000FFF, ":(");
		}
		return 1;

	}
    return 1;
}
But still not good. Now complied, but isnt working in the game...

I'll try your idea.
Reply


Messages In This Thread
Help me in dialogs! Pls!! - by qkac1234 - 25.01.2013, 19:30
Re: Help me in dialogs! Pls!! - by DrDoom151 - 25.01.2013, 19:38
Re: Help me in dialogs! Pls!! - by qkac1234 - 25.01.2013, 19:51
Re: Help me in dialogs! Pls!! - by DrDoom151 - 25.01.2013, 20:02
Re: Help me in dialogs! Pls!! - by qkac1234 - 25.01.2013, 20:05
Re: Help me in dialogs! Pls!! - by DrDoom151 - 25.01.2013, 22:17

Forum Jump:


Users browsing this thread: 2 Guest(s)