19.01.2011, 17:11
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.
"Account" folder it's created...
Thanks you
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);
Thanks you