27.04.2014, 08:29
to tentando mais nao geta o nome fica em branco '-'
Код:
public NickLog(string[]) { new entry[256]; format(entry, sizeof(entry), "%s\r\n", string); new File:hFile; hFile = fopen("Logs/Trocarnick.log", io_append); fwrite(hFile, entry); fclose(hFile); return 1; }