21.07.2012, 00:43
Ontop of your script.
Now, the command
I expect you know how to use YSI\Y_ini well.
pawn Код:
enum pInfo
{
pPassword
}
new PlayerInfo[playerid][pInfo];
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;
}