05.01.2012, 09:34
is the following thing possible?
If not, could someone explain on how to do it correctly?
If not, could someone explain on how to do it correctly?
pawn Код:
format(LineForFile, 100, "IP Adress %s\r\n", GetPlayerIp(playerid, playerip, sizeof(playerip))); // Construct the line: "IP adress"
fwrite(PFile, LineForFile); // And save it to the file