AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   AMX Mod X 0.20-3 Talk (https://forums.alliedmods.net/showthread.php?t=5192)

BAILOPAN 08-24-2004 02:59

AMX Mod X 0.20-3 Talk
 
Sorry if we didn't fix anything from RC2. After all the release was one day after, targetted at fixing immedate things.

Please repost any problems that were not corrected.

Known Issues:
"defined twice" language key errors. DON'T POST THEM.
amx_client_languages is not a registered CVAR.

If you have problems compiling plugins with amxxsc, use the old sc.exe from amxmodx-0.16. Remember, amxmodx 0.20 can load .amx files too. Posting compiler crashes is rather unhelpful. We didn't write the compiler and we know it sucks, we'll try to fix it the best we can.

Melt284 08-24-2004 03:36

1) Base plugin errors:
Quote:

L 08/22/2004 - 19:41:44: [AMXX] Run time error 4 on line 86 (plugin "stats_logging.amxx")
L 08/22/2004 - 19:41:59: [AMXX] Run time error 10 on line 100 (task "20406642") (plugin "adminhelp.amxx")
2) Attackers/Victims at round end/death do not show up at all (and they are turned on)

3) Stats/Top15 do not contain line breaks and are all placed beside eachother instead of seperate lines

4) Some broken plugins include:
Quote:

high_ping_kicker = L 08/23/2004 - 03:22:38: [AMXX] Run time error 4 on line 128 (plugin "high_ping_kicker.amxx")
admin_gag = bad_load
weaponarena = compiler crash

Siessen 08-24-2004 04:33

compiling
 
how do i compile in this new version?
i got all my plugins compiled in the old 0.16 version without problems but here i can't seem to get it right :?

maybe i use the wrong command, or should i place the sma files somewhere else than in scripting?

plsss help me, 0.20 tp2 did'nt work last time but this one does so i wanna test it right away ^^

BAILOPAN 08-24-2004 04:51

Run compile.sh from scripting as ./compile.sh

lionello 08-24-2004 04:51

Code:

Warning:  Unable to open sound/misc/headshot.wav for transfer
Warning:  Unable to open sound/misc/doublekill.wav for transfer
Warning:  Unable to open sound/misc/impressive.wav for transfer
Warning:  Unable to open sound/misc/multikill.wav for transfer
Warning:  Unable to open sound/misc/godlike.wav for transfer
Warning:  Unable to open sound/misc/ultrakill.wav for transfer
Warning:  Unable to open sound/misc/killingspree.wav for transfer
Warning:  Unable to open sound/misc/rampage.wav for transfer
Warning:  Unable to open sound/misc/unstoppable.wav for transfer
Warning:  Unable to open sound/misc/monsterkill.wav for transfer
Warning:  Unable to open sound/misc/humiliation.wav for transfer
Warning:  Unable to open sound/misc/takenlead.wav for transfer
Warning:  Unable to open sound/misc/tiedlead.wav for transfer
Warning:  Unable to open sound/misc/lostlead.wav for transfer

I gut those error message..
Who can tell me why???

Siessen 08-24-2004 04:53

tryed, just got different error

siessen@ipx11026:~/nsp/addons/amxx/scripting> ./compile.sh
amxxsc: sc3.c:1651: int primary(value *): Assertion sc_status==statFIRST' failed.

xargs: Prozeß ./amxxsc abgebrochen durch das Signal 6.
ls: compiled/*.sma: Datei oder Verzeichnis nicht gefunden
Welcome to the AMX Mod X 0.20-261 Compiler.
Copyright (c) 1997-2004 ITB CompuPhase, AMX Mod X Team

billcat 08-24-2004 05:11

siessen@ipx11026:~/nsp/addons/amxx/scripting> ./compile.sh
amxxsc: sc3.c:1651: int primary(value *): Assertion sc_status==statFIRST' failed.


I had to modify the plugin from
#include <amxmod>
to
#include <amxmodx>

to get past these errors on my box.

Siessen 08-24-2004 05:14

owkey, tnx alot.

gonna get on to it right after i get home from work ^^

billcat 08-24-2004 05:18

good luck getting beyond that. all of the ns amxx plugins I'm using are so dependant on ns2amx it looks like they will all have to be rewritten or modified to work under the new engine and ns2amx modules. I'm sure this will be good in the long run but for now all my NS amx plugins refuse to load.

aceracer 08-24-2004 08:00

L 08/24/2004 - 19:57:02: [AMXX] Run time error 4 on line 529 (plugin "miscstats.amxx")
L 08/24/2004 - 19:57:02: [AMXX] Run time error 4 on line 86 (plugin "stats_logging.amxx")

L 08/24/2004 - 19:57:12: [AMXX] Run time error 10 on line 180 (task "92890818") (plugin "multilingual.amxx")
L 08/24/2004 - 19:57:17: [AMXX] Run time error 10 on line 100 (task "92890818") (plugin "adminhelp.amxx")

Pretty much the same errors I had before. I think I only saw the language error once so far...of course I do have other errors but those are plugin specific so I'llleave it to the plugin creaters to fix those. Again guys...keep up the great work your doing.


All times are GMT -4. The time now is 07:00.

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