removing the login/register dialog...
#1

i want to remove the dialog register/login but i want to save the accounts
pawn Код:
stock LogPlayer(playerid)
{
    new string[100];
    format(string, 100, "Welcome to the server, %s\nPlease login before you spawn", PlayerName(playerid));
    ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT, "Please Login", string, "Login", "Cancel");
}
stock RegisterPlayer(playerid)
{
    new string[100];
    format(string, 100, "Welcome to the server, %s\nPlease register your player name with a password below", PlayerName(playerid));
    ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT, "Please Register", string, "Register", "Cancel");
}
Reply


Messages In This Thread
removing the login/register dialog... - by iThePunisher - 19.02.2014, 16:37
Re: removing the login/register dialog... - by Golimad - 19.02.2014, 16:47
Re: removing the login/register dialog... - by iThePunisher - 19.02.2014, 17:08
Re: removing the login/register dialog... - by iThePunisher - 19.02.2014, 20:03
Re: removing the login/register dialog... - by Clad - 19.02.2014, 20:09
Re: removing the login/register dialog... - by brunox - 19.02.2014, 20:11
Re: removing the login/register dialog... - by Clad - 19.02.2014, 20:13
Re: removing the login/register dialog... - by iThePunisher - 19.02.2014, 20:19
Re: removing the login/register dialog... - by Clad - 19.02.2014, 20:21
Re: removing the login/register dialog... - by Lidor124 - 19.02.2014, 20:25

Forum Jump:


Users browsing this thread: 1 Guest(s)