30.07.2017, 10:17
Hello guys, I'm using dini saving system.
How can i check if inside the file has a "password" line?
How can i check if inside the file has a "password" line?
if(dini_IsSet(YOURPATH, "password"))
new pw[200];
format(pw, sizeof(pw), "%s", inputtext);// INPUT TEXT - The text you enter in the password dialog, You can use hash sys here too.
dini_Set(PATH, "Password", pw);
dini_Get(PATH, "Password");