AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Compilation problem: read_file (https://forums.alliedmods.net/showthread.php?t=10609)

Infra 02-24-2005 13:40

Compilation problem: read_file
 
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...

twistedeuphoria 02-24-2005 13:43

Try taking out the &.


All times are GMT -4. The time now is 14:14.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.