12.05.2013, 10:41
Hey.
Call me dumb or lazy I searched the web, couldn't understand anything.
I have this:
And I want to add a line to "read" the line "Password" in the file.
I have no idea how to. I know that in dini you use string = dini_Get(filename, linename);
But I can't understand INI_String at all.
Please someone explain..?
Call me dumb or lazy I searched the web, couldn't understand anything.
I have this:
pawn Код:
GetPlayerName(playerid, kname[playerid], sizeof(kname));
format(kfile[playerid], sizeof(kfile), "Users/%s.ini", kname[playerid]);
new INI:File = INI_Open(kfile[playerid]);
I have no idea how to. I know that in dini you use string = dini_Get(filename, linename);
But I can't understand INI_String at all.
Please someone explain..?