21.10.2015, 11:03
Quote:
How to transfer this to Y_INI?
PHP код:
|
PHP код:
public AllCommandLog(string[])
{
new entry[64];
format(entry, sizeof(entry), "%s\r\n",string);
new INI:File;
INI:File = INI_Open("logs/allcommands.ini");
INI_WriteString(File, entry);
INI_Close(File);
}