18.07.2012, 05:25
Код:
C:\Users\DIOVIS\Desktop\NGRP 0.3e\pawno\include\streamer.inc(322) : warning 217: loose indentation C:\Users\DIOVIS\Desktop\NGRP 0.3e\pawno\include\streamer.inc(323) : warning 217: loose indentation C:\Users\DIOVIS\Desktop\NGRP 0.3e\gamemodes\NGRP_main.pwn(3660) : error 001: expected token: "-string end-", but found "-identifier-" C:\Users\DIOVIS\Desktop\NGRP 0.3e\gamemodes\NGRP_main.pwn(3660) : error 029: invalid expression, assumed zero C:\Users\DIOVIS\Desktop\NGRP 0.3e\gamemodes\NGRP_main.pwn(3660) : warning 215: expression has no effect C:\Users\DIOVIS\Desktop\NGRP 0.3e\gamemodes\NGRP_main.pwn(3660) : error 001: expected token: ";", but found "]" C:\Users\DIOVIS\Desktop\NGRP 0.3e\gamemodes\NGRP_main.pwn(3660) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
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; }
Код:
if(!strcmp(SQL_HOST[64], SQL_DB[64], SQL_USER[32], SQL_PASS[128], iValue))