A problem here
#1

pawn Код:
LoadServerStats()
{

    if(!fexist(SERVER_STATS)) return 1;

    new File: i_FileHandle = fopen("serverstat.ini", io_read), sz_FileStr[256];

    fread(i_FileHandle, sz_FileStr);
    sscanf(sz_FileStr, "p<,>iiiiiiiiiii", TotalLogin, TotalConnect, TotalAutoBan, TotalRegister, MaxPlayersConnected, MPDay, MPMonth, MPYear, MPHour, MPMinute, TotalUptime);
    return fclose(i_FileHandle);
}
This is for /serverstats command and it says a error when i do it this one
pawn Код:
error 035: argument type mismatch (argument 3)
Reply


Messages In This Thread
A problem here - by Youwannaplayarough?OKAY! - 24.03.2012, 18:19
Re: A problem here - by The DeLuca - 25.03.2012, 03:05
Re: A problem here - by MP2 - 25.03.2012, 03:07
Re: A problem here - by The DeLuca - 25.03.2012, 03:11
Re: A problem here - by MP2 - 25.03.2012, 03:21

Forum Jump:


Users browsing this thread: 1 Guest(s)