06.08.2016, 15:33
should i create folder for this?
Quote:
stock Admin(string[]) { new entry[200]; format(entry, sizeof(entry), "%s\r\n",string); new File:hFile; hFile = fopen("ServerInfo/log.log", io_append); fwrite(hFile, entry); fclose(hFile); } |