Help with these 4 ERRORS
#5

pawn Код:
stock g_mysql_Init()
{
    if(!strcmp(SQL_HOST[64], SQL_DB[64], SQL_USER[32], SQL_PASS[128], iValue));
    if(!strcmp(SQL_SHOST[64], SQL_SDB[64], SQL_SUSER[32], SQL_SPASS[128]))
    if(!strcmp(fileString[128], File: fileHandle = fopen("mysql.cfg", io_read)))
    while(fread(fileHandle, fileString, sizeof(fileString)))
    {
        if(ini_GetValue(fileString, "HOST", SQL_HOST, sizeof(SQL_HOST))) continue;
        if(ini_GetValue(fileString, "DB", SQL_DB, sizeof(SQL_DB))) continue;
        if(ini_GetValue(fileString, "USER", SQL_USER, sizeof(SQL_USER))) continue;
        if(ini_GetValue(fileString, "PASS", SQL_PASS, sizeof(SQL_PASS))) continue;
        if(ini_GetValue(fileString, "SHOST", SQL_SHOST, sizeof(SQL_SHOST))) continue;
        if(ini_GetValue(fileString, "SDB", SQL_SDB, sizeof(SQL_SDB))) continue;
        if(ini_GetValue(fileString, "SUSER", SQL_SUSER, sizeof(SQL_SUSER))) continue;
        if(ini_GetValue(fileString, "SPASS", SQL_SPASS, sizeof(SQL_SPASS))) continue;
        if(ini_GetInt(fileString, "SERVER", servernumber)) continue;
        if(ini_GetInt(fileString, "DEBUG", iValue)) continue;
    }
This might help in Lose Indentation, lemme find the others
Reply


Messages In This Thread
Help with these 4 ERRORS - by Diovis - 18.07.2012, 05:25
Re: Help with these 4 ERRORS - by ZBits - 18.07.2012, 05:27
Re: Help with these 4 ERRORS - by ZBits - 18.07.2012, 05:36
Re: Help with these 4 ERRORS - by Diovis - 18.07.2012, 05:40
Re: Help with these 4 ERRORS - by Rudy_ - 18.07.2012, 05:45
Re: Help with these 4 ERRORS - by ZBits - 18.07.2012, 05:45

Forum Jump:


Users browsing this thread: 1 Guest(s)