29.11.2010, 04:47
i got this error:
please help me with this error
line:
231| QUERY(CREATE_TABLE_QUERY); //This line creates table in the database. Once ran, can be commented out - required only in the first run
232|
233|//Loading houses from database
234|QUERY("SELECT * FROM `"#MYSQL_TABLE_NAME"` WHERE `id` < "#MAX_HOUSES);
Code:
C:\Documents and Settings\**\Skrivbord\server\filterscripts\housesystem.pwn(88) : error 075: input line too long (after substitutions) C:\Documents and Settings\**\Skrivbord\server\filterscripts\housesystem.pwn(92) : error 010: invalid function or declaration C:\Documents and Settings\**\Skrivbord\server\filterscripts\housesystem.pwn(98) : error 075: input line too long (after substitutions) C:\Documents and Settings\**\Skrivbord\server\filterscripts\housesystem.pwn(104) : error 010: invalid function or declaration C:\Documents and Settings\**\Skrivbord\server\filterscripts\housesystem.pwn(233) : error 037: invalid string (possibly non-terminated string) C:\Documents and Settings\**\Skrivbord\server\filterscripts\housesystem.pwn(233) : warning 215: expression has no effect C:\Documents and Settings\**\Skrivbord\server\filterscripts\housesystem.pwn(233) : error 001: expected token: ";", but found "`" C:\Documents and Settings\**\Skrivbord\server\filterscripts\housesystem.pwn(233) : error 029: invalid expression, assumed zero C:\Documents and Settings\**\Skrivbord\server\filterscripts\housesystem.pwn(233) : fatal error 107: too many error messages on one line
line:
231| QUERY(CREATE_TABLE_QUERY); //This line creates table in the database. Once ran, can be commented out - required only in the first run
232|
233|//Loading houses from database
234|QUERY("SELECT * FROM `"#MYSQL_TABLE_NAME"` WHERE `id` < "#MAX_HOUSES);