Help reading files and parsing password
#1

Hi all, I'm making an accounts system and I need to read files and parse password with FileManager plugin.
But my code doens't work.. please help me
pawn Код:
new file1[100], pName[24];
GetPlayerName(playerid, pName, sizeof(pName));
format(file1, sizeof(file1), "scriptfiles/Accounts/%s", pName);
file_read(file1,"Password", sizeof(storage));
Thanks you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)