Is it Possible to do this?
#5

Oh also:
Код:
COMMAND:login(playerid, params[])
{
	if(logged[playerid] == 1) return SendClientMessage(playerid, red, "You are already logged in.");
	ShowPlayerDialog(playerid,200,DIALOG_STYLE_INPUT,"Login","Please enter a password to login to this account!","Login","Cancel");
	return 1;
}

COMMAND:register(playerid, params[])
{
    ShowPlayerDialog(playerid,201,DIALOG_STYLE_INPUT,"Registration","Please enter a password to register this account!","Register","Cancel");
    
	return 1;
}
Reply


Messages In This Thread
Is it Possible to do this? - by traxrex - 30.11.2010, 14:10
Re: Is it Possible to do this? - by Nero_3D - 30.11.2010, 14:22
Re: Is it Possible to do this? - by traxrex - 30.11.2010, 14:23
Re: Is it Possible to do this? - by Guest3598475934857938411 - 30.11.2010, 14:27
Re: Is it Possible to do this? - by Guest3598475934857938411 - 30.11.2010, 14:29
Re: Is it Possible to do this? - by Nero_3D - 30.11.2010, 14:38
Re: Is it Possible to do this? - by traxrex - 01.12.2010, 01:51
Re: Is it Possible to do this? - by traxrex - 01.12.2010, 04:25
Re: Is it Possible to do this? - by Nero_3D - 01.12.2010, 11:26

Forum Jump:


Users browsing this thread: 2 Guest(s)