AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Tech Support (https://forums.alliedmods.net/forumdisplay.php?f=36)
-   -   Compile Error (https://forums.alliedmods.net/showthread.php?t=30921)

imported_[N]ChupaCabra 09-07-2004 19:11

Compile Error
 
I get these errors while compiling (AMX) sh_batgirl with AMXX compile.... i was told to do this to get AMX superheros to AMXX, this the non-website compiler.

here are the Errors


C:\HLServer\cstrike\addons\amxx\scripting\inc lude\superheromod.inc(435) :
error 021: symbol already defined: "get_user_velocity"
C:\HLServer\cstrike\addons\amxx\scripting\inc lude\superheromod.inc(442) :
error 021: symbol already defined: "set_user_velocity"
2 errors.

Prowler 09-07-2004 21:57

Two of your includes (*.inc) are defining the same task, or a differnt task with the same name.

jtp10181 09-07-2004 22:02

yeah that happens when you try and use the xtrafun.inc for amxx (its a compatibility .inc file)

I dunno what they were thinking, they made the include wrong. I belive if you edit the xtrafun.inc and remove those two functions (or comment them out) it will work, those functions are defined in the engine_stocks.inc which gets included buy the xtrafun.inc


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

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