Just looked at this out this morning:
Code:
if (file_exists(hltv_file))
{
read_file(hltv_file,3,hltv_rconPass,63,&hltv_rconLen)
}
Error:
Code:
//// amx_match_deluxe.sma
// D:\My Downloads\Games\AMX\amxmodx-1.0\addons\amxmodx\scripting\amx_match_delu
xe.sma(531) : error 029: invalid expression, assumed zero
// D:\My Downloads\Games\AMX\amxmodx-1.0\addons\amxmodx\scripting\amx_match_delu
xe.sma(531) : warning 215: expression has no effect
// D:\My Downloads\Games\AMX\amxmodx-1.0\addons\amxmodx\scripting\amx_match_delu
xe.sma(531) : error 001: expected token: ";", but found ")"
// D:\My Downloads\Games\AMX\amxmodx-1.0\addons\amxmodx\scripting\amx_match_delu
xe.sma(531) : error 029: invalid expression, assumed zero
// D:\My Downloads\Games\AMX\amxmodx-1.0\addons\amxmodx\scripting\amx_match_delu
xe.sma(531) : fatal error 107: too many error messages on one line
//
Just thought two(or more) minds are better than one...
__________________