Hi, i getting erros with this line:
PHP Code:
set_pev(id, pev_health2, health2)
Errors:
Quote:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team
zombie_swarm2.sma(290) : warning 217: loose indentation
zombie_swarm2.sma(748 -- 750) : warning 213: tag mismatch
zombie_swarm2.sma(761 -- 763) : warning 213: tag mismatch
zombie_swarm2.sma(763) : error 017: undefined symbol "pev_health2"
zombie_swarm2.sma(763) : warning 215: expression has no effect
zombie_swarm2.sma(763) : error 001: expected token: ";", but found ")"
zombie_swarm2.sma(763) : error 029: invalid expression, assumed zero
zombie_swarm2.sma(763) : fatal error 107: too many error messages on one line
Compilation aborted.
4 Errors.
Done.
ERROR: Your plugin failed to compile, see above.
Please note that the silly compiler still tried to output a compiled plugin, but since it would be broken,
the webcompiler caught it, and won't let you download it.
|