/changepass YINI
#9

pawn Код:
CMD:changepass(playerid, params[])
{
    new player[MAX_PLAYER_NAME],string[256]; // the player name, // and the string for the path
    if(sscanf(params, "s[256]", parms))return SendClientMessage(playerid, -1, "/changepassword [password]");//sscanf, what ever u write after /change
    format(string, 256, "/%s.ini", player);//put ur ini path here but keep the player
    new INI:file = INI_Open(string); // opening the path
    INI_WriteString(file,  "Password", params);//writing in the path
    INI_Close(file);// close the file
    return 1;
}
Reply


Messages In This Thread
/changepass YINI - by Blackazur - 26.06.2013, 15:09
Re: /changepass YINI - by dEcooR - 26.06.2013, 15:29
AW: /changepass YINI - by Blackazur - 26.06.2013, 15:30
Re: /changepass YINI - by dEcooR - 26.06.2013, 15:35
AW: /changepass YINI - by Blackazur - 26.06.2013, 16:03
Re: /changepass YINI - by dEcooR - 26.06.2013, 16:08
AW: /changepass YINI - by Blackazur - 26.06.2013, 16:42
Re: /changepass YINI - by dEcooR - 26.06.2013, 16:46
Re: /changepass YINI - by Glad2BeHere - 26.06.2013, 16:55
AW: /changepass YINI - by Blackazur - 26.06.2013, 17:00
Re: /changepass YINI - by Glad2BeHere - 26.06.2013, 18:34
AW: /changepass YINI - by Blackazur - 26.06.2013, 18:37
Re: /changepass YINI - by Glad2BeHere - 26.06.2013, 18:42
AW: /changepass YINI - by Blackazur - 26.06.2013, 18:48
Re: /changepass YINI - by drichie - 27.06.2013, 06:54

Forum Jump:


Users browsing this thread: 1 Guest(s)