Dialog Inputtext as global
#5

Код:
new passwords[64];
Код:
Dialog:Password(playerid, response, listitem, inputtext[])
{
    if (response)
    {
		if(isnull(inputtext))
		{
			ShowDialog(playerid, Show:<Password>, DIALOG_STYLE_INPUT, ""EMBED_WHITE"Login"EMBED_WHITE"", ""EMBED_WHITE"Please enter your password below", "Okay", "Exit");
			return 1;
		}
		passwords = inputtext;
    }
    else
    {
		//dont do nothing
    }
    return 1;
}
I want to make that passwords global that i can use it in other cmd
Reply


Messages In This Thread
Dialog Inputtext as global - by edzis84 - 22.06.2014, 17:36
Re: Dialog Inputtext as global - by NaClchemistryK - 22.06.2014, 17:37
Re: Dialog Inputtext as global - by Konstantinos - 22.06.2014, 17:39
Re: Dialog Inputtext as global - by NaClchemistryK - 22.06.2014, 17:42
Re: Dialog Inputtext as global - by edzis84 - 22.06.2014, 17:42
Re: Dialog Inputtext as global - by Konstantinos - 22.06.2014, 17:44
Re: Dialog Inputtext as global - by NaClchemistryK - 22.06.2014, 17:49
Re: Dialog Inputtext as global - by edzis84 - 22.06.2014, 18:19

Forum Jump:


Users browsing this thread: 2 Guest(s)