How can i do it?
#1

Hello guys, How can i make my Script when your Registered it say Account Founded! Use /login [Password] to login
when not it should say "Please use /Register [Password] To register new account

here's a little code
pawn Код:
else
        {
            gPlayerAccount[playerid] = 1;
            format(string, sizeof(string), "Account Founded! use /login [password]", playrname);
            SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
            gPlayerLogged[playerid] = 0;
            return 1;
        }
    }
    else
    {
        gPlayerAccount[playerid] = 0;
        format(string, sizeof(string),"Please use /register[password] To Register", playrname);
        SendClientMessage(playerid, COLOR_LIGHTBLUE,string);
        gPlayerLogged[playerid] = 0;
        return 1;
    }
    #endif
    return 1;
}
Reply


Messages In This Thread
How can i do it? - by Mr_Scripter - 27.11.2011, 16:00
Re: How can i do it? - by Nodroz - 27.11.2011, 16:06
Re: How can i do it? - by Mr_Scripter - 27.11.2011, 16:11

Forum Jump:


Users browsing this thread: 1 Guest(s)