AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   sma Compiling Errors (https://forums.alliedmods.net/showthread.php?t=6317)

Nonok 09-27-2004 13:39

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.

devicenull 09-27-2004 17:08

Moved to scripting help.
Lerklift is an amx plugin, so it may need to be converted, I suggest checking the plugins forum

Nonok 09-27-2004 17:52

Do you have any links to conversion guides or can give me a quick walkthrough?


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

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