Writting in a file with FileManager
#1

Hi, I'm making an accounts system with filemanager, and I need help to save player data.
This don't works, it create the file but it's empty.
pawn Код:
new pName[24];
GetPlayerName(playerid, pName, sizeof(pName));

format(file, sizeof(file), "scriptfiles/Accounts/%s", pName);
file_create(file);
file_write(file,"Name:", pName);
"Account" folder it's created...

Thanks you
Reply


Messages In This Thread
Writting in a file with FileManager - by luis_lpv_22 - 19.01.2011, 17:11
Re: Writting in a file with FileManager - by Elviss - 19.01.2011, 17:19
Respuesta: Writting in a file with FileManager - by luis_lpv_22 - 19.01.2011, 17:20

Forum Jump:


Users browsing this thread: 1 Guest(s)