View Single Post
Fisch.666
Junior Member
Join Date: May 2004
Old 06-21-2007 , 17:43   Re: [PLUGIN] Nextmap (port from amxx)
#22

Hi!

I get this when i try to compile the latest version of this plugin:

Quote:
nextmap.sp(46) : error 017: undefined symbol "FCVAR"
nextmap.sp(46) : error 017: undefined symbol "R_DONTRECORD"
nextmap.sp(46) : error 029: invalid expression, assumed zero
nextmap.sp(46) : fatal error 127: too many error messages on one line

Compilation aborted.
4 Errors.
so i removed this from the sources:

Quote:
|FCVA R_DONTRECORD
and now the plugin compiles without a problem.

*Edit*

Argggh, there was only a space in the part above. Changing the above in the downloaded sources to:

Quote:
|FCVAR_DONTRECORD
and it works...

Last edited by Fisch.666; 06-21-2007 at 17:45.
Fisch.666 is offline