28.08.2013, 14:07
How can I show my online time and date readings players.
data save system is default.
exemple:
data save system is default.
exemple:
Код:
format(LineForFile, 100, "Password %s\r\n", APlayerData[playerid][PlayerPassword]); // Construct the line: "Password <playerpassword>" fwrite(PFile, LineForFile); // And save it to the file