Need /Changepass Cmd
#4

Ontop of your script.
pawn Код:
enum pInfo
{
     pPassword
}
new PlayerInfo[playerid][pInfo];
Now, the command

pawn Код:
COMMAND:changepass(playerid, params[))
{
    new newpass;
    if(!sscanf(params, "s", newpass))
    {
        // Open his file here, edit the Password, close the file, done.
    }
    return 1;
}
I expect you know how to use YSI\Y_ini well.
Reply


Messages In This Thread
Need /Changepass Cmd - by misho1 - 17.07.2012, 02:12
Re: Need /Changepass Cmd - by StrangeLove - 17.07.2012, 02:22
Re: Need /Changepass Cmd - by misho1 - 21.07.2012, 00:03
Re : Need /Changepass Cmd - by Sandiel - 21.07.2012, 00:43
Re: Need /Changepass Cmd - by misho1 - 22.07.2012, 17:47
Re: Need /Changepass Cmd - by misho1 - 24.07.2012, 22:07
Re: Need /Changepass Cmd - by FUNExtreme - 24.07.2012, 22:10
Re: Need /Changepass Cmd - by misho1 - 24.07.2012, 22:34
Re: Need /Changepass Cmd - by FUNExtreme - 25.07.2012, 10:41
Re: Need /Changepass Cmd - by misho1 - 25.07.2012, 17:44

Forum Jump:


Users browsing this thread: 1 Guest(s)