stock OOCLog(string[]){ new string[128]; format(string,sizeof(string), "%s\r\n",string); new File:hFile; hFile = fopen("OOC.log", io_append); fwrite(hFile,string); fclose(hFile);}