Y_ini public convert
#1

In which way i can convert this public to y_ini?

My friend say me, i don't need convert this to ini.
But i suppose i need convert this in key=value format.

What i need to do.

PHP код:
public KickLog(string[])
{
    new 
entry[200];
    
format(entrysizeof(entry), "%s\r\n",string);
    new 
File:hFile;
    
hFile fopen("/Logs/kick.log"io_append);
    
fwrite(hFileentry);
    
fclose(hFile);

Reply


Messages In This Thread
Y_ini public convert - by bigboy81 - 15.05.2015, 02:02
Re: Y_ini public convert - by RaeF - 15.05.2015, 02:09
Re: Y_ini public convert - by Crayder - 15.05.2015, 02:28

Forum Jump:


Users browsing this thread: 2 Guest(s)