sma Compiling Errors
I am running amxx 0.20 on a linux server, for NS. I have to set up all the plugins and stuff on a windows system however. Anyways, the only plugins I can seem to compile at all are the ones I get from this site. When I try to compile amxmod plugins, or modNS plugins I just get compiling errors. Is there any tutorials out there for compiling or can anyone just tell me how?
Here is an error I get when trying to compile lerklift.sma that I got from modNS.
Quote:
Welcome to the AMX Mod X 0.20-251 Compiler.
Copyright (c) 1997-2004 ITB CompuPhase, AMX Mod X Team
./include/ns2amx.inc(56) : error 017: undefined symbol "entity_get_range"
./include/ns2amx.inc(58) : warning 203: symbol is never used: "idb"
./include/ns2amx.inc(58) : warning 203: symbol is never used: "ida"
/home/users/amxmodx/tmp/phpzPOAuw.sma(38) : warning 201: redefinition of constant/macro (symbol "IN_USE")
/home/users/amxmodx/tmp/phpzPOAuw.sma(143) : error 017: undefined symbol "pev_origin_x"
/home/users/amxmodx/tmp/phpzPOAuw.sma(143) : error 017: undefined symbol "pev_origin_x"
/home/users/amxmodx/tmp/phpzPOAuw.sma(144) : error 017: undefined symbol "pev_origin_y"
/home/users/amxmodx/tmp/phpzPOAuw.sma(144) : error 017: undefined symbol "pev_origin_y"
/home/users/amxmodx/tmp/phpzPOAuw.sma(145) : error 017: undefined symbol "pev_origin_z"
/home/users/amxmodx/tmp/phpzPOAuw.sma(145) : error 017: undefined symbol "pev_origin_z"
/home/users/amxmodx/tmp/phpzPOAuw.sma(285) : error 017: undefined symbol "set_origin"
8 Errors.
Could not locate output file /home/users/amxmodx/public_html/websc/phpzPOAuw.amx (compile failed).
Read the errors above. Your plugin failed to compile. Make sure it is has the correct #includes.
|
|