[Include] [INC] ErroR's new generation user system [BUGS FIXES! V1.3!]
#39

Extras: /changepass and /logout command

pawn Код:
if(!strcmp(cmdtext, "/logout", true))
    {
        Logout(playerid,true);
        SendClientMessage(playerid, 0xFFFFFFFF, "Logged out.");
        return 1;
    }

    if(!strcmp(cmdtext, "/changepass", true))
    {
        new tmp[128];
        tmp = strtok(cmdtext, idx);
        if(IsPlayerLogged(playerid))
        {
            if(strlen(tmp) == 0) return SendClientMessage(playerid, 0xFFFFFFFF, "USAGE: /changepass [NEW PASSWORD]");
            ChangeMemberPassword(GetPlayerUsername(playerid),tmp);
            SendClientMessage(playerid, 0xFFFFFFFF, "Password changed. Now you can /logout and login with new password.");
        }
        else
        {
          SendClientMessage(playerid, 0xFFFFFFFF, "To use this command, you should be logged.");
        }
        return 1;
 }
Reply


Messages In This Thread
[INC] ErroR's new generation user system [BUGS FIXES! V1.3!] - by erorcun - 10.04.2010, 22:47
Re: [FS&INC] ErroR's new generation user system [Coming soon] - by gecatahh - 10.04.2010, 23:56
Re: [FS&INC] ErroR's new generation user system [Coming soon] - by Carlton - 11.04.2010, 02:10
Re: [FS&INC] ErroR's new generation user system [Coming soon] - by [HiC]TheKiller - 11.04.2010, 02:32
Re: [FS&INC] ErroR's new generation user system [Coming soon] - by Lorenc_ - 11.04.2010, 04:09
Re: [INC] ErroR's new generation user system [Coming soon] - by erorcun - 11.04.2010, 18:56
Re: [INC] ErroR's new generation user system [Coming soon] - by ineoncore - 16.04.2010, 12:04
Re: [INC] ErroR's new generation user system [Coming soon] - by Mc. B-Ko - 17.04.2010, 11:06
Re: [INC] ErroR's new generation user system [Coming soon] - by Roymer - 17.04.2010, 15:18
Re: [INC] ErroR's new generation user system [Coming soon] - by ¤Adas¤ - 17.04.2010, 16:55
Re: [INC] ErroR's new generation user system [Coming soon] - by russo666 - 17.04.2010, 16:57
Re: [INC] ErroR's new generation user system [Coming soon] - by SavageTR - 18.04.2010, 12:57
Re: [INC] ErroR's new generation user system [Coming soon] - by ineoncore - 18.04.2010, 13:48
Re: [INC] ErroR's new generation user system [V1 RELEASED!] - by erorcun - 01.05.2010, 16:00
Re: [INC] ErroR's new generation user system [V1 RELEASED!] - by park4bmx - 01.05.2010, 16:02
Re: [INC] ErroR's new generation user system [V1 RELEASED!] - by SloProKiller - 01.05.2010, 16:10
Re: [INC] ErroR's new generation user system [V1 RELEASED!] - by erorcun - 01.05.2010, 16:12
Re: [INC] ErroR's new generation user system [V1.1 RELEASED!] - by erorcun - 01.05.2010, 18:41
Re: [INC] ErroR's new generation user system [V1.1 RELEASED!] - by Kenny_R - 01.05.2010, 21:23
Re: [INC] ErroR's new generation user system [V1.1 RELEASED!] - by Lorenc_ - 02.05.2010, 00:19
Re: [INC] ErroR's new generation user system [V1.1 RELEASED!] - by erorcun - 02.05.2010, 07:44
Re: [INC] ErroR's new generation user system [V1.1 RELEASED!] - by DarkPower - 02.05.2010, 22:25
Re: [INC] ErroR's new generation user system [V1.1 RELEASED!] - by erorcun - 03.05.2010, 11:06
Re: [INC] ErroR's new generation user system [V1.1 RELEASED!] - by erorcun - 04.05.2010, 15:58
Re: [INC] ErroR's new generation user system [V1.1 RELEASED!] - by Dirkon - 06.05.2010, 18:17
Re: [INC] ErroR's new generation user system [V1.1 RELEASED!] - by erorcun - 07.05.2010, 10:46
Re: [INC] ErroR's new generation user system [V1.1 RELEASED!] - by ramshidjafar - 07.05.2010, 11:24
Re: [INC] ErroR's new generation user system [V1.1 RELEASED!] - by Dirkon - 07.05.2010, 11:41
Re: [INC] ErroR's new generation user system [V1.1 RELEASED!] - by Zh3r0 - 07.05.2010, 11:43
Re: [INC] ErroR's new generation user system [V1.1 RELEASED!] - by Dirkon - 07.05.2010, 11:45
Re: [INC] ErroR's new generation user system [V1.2 RELEASED! PLEASE RE-DOWNLOAD!] - by Dirkon - 15.05.2010, 12:29
Re: [INC] ErroR's new generation user system [V1.2 RELEASED! PLEASE RE-DOWNLOAD!] - by newarvuti - 16.05.2010, 08:18
Re: [INC] ErroR's new generation user system [V1.2 RELEASED! PLEASE RE-DOWNLOAD!] - by !CryWolf - 16.05.2010, 08:31
Re: [INC] ErroR's new generation user system [V1.2 RELEASED! PLEASE RE-DOWNLOAD!] - by SloProKiller - 16.05.2010, 08:39
Re: [INC] ErroR's new generation user system [V1.2 RELEASED! PLEASE RE-DOWNLOAD!] - by david40 - 16.05.2010, 15:46
Re: [INC] ErroR's new generation user system [V1.2 RELEASED! PLEASE RE-DOWNLOAD!] - by newarvuti - 16.05.2010, 16:12
Re: [INC] ErroR's new generation user system [V1.2 RELEASED! PLEASE RE-DOWNLOAD!] - by SloProKiller - 21.05.2010, 17:53
Re: [INC] ErroR's new generation user system [BUGS FIXES! V1.3!] - by erorcun - 29.05.2010, 14:54
Re: [INC] ErroR's new generation user system [BUGS FIXES! V1.3!] - by erorcun - 30.05.2010, 10:29

Forum Jump:


Users browsing this thread: 2 Guest(s)