Statistics problem
#2

Thank's, I see, so I've re-writte it:

pawn Код:
format(file, sizeof(file), "/Server/TimeOnline.ini");
if (!dini_Exists(file))
        {
            dini_IntSet(file, "Reboots", 0);
        }
if(fexist(file))
        {
            [Reboots]++;
            dini_Int(file, "Reboots");

        }
But, with this, I have errors.. I don't know how to solve it.
Reply


Messages In This Thread
Statistics problem - by Sreadon - 26.07.2011, 12:07
Re : Statistics problem - by Sreadon - 26.07.2011, 12:36
Re : Statistics problem - by Sreadon - 26.07.2011, 12:44

Forum Jump:


Users browsing this thread: 1 Guest(s)