Raised This Month: $12 Target: $400
 3% 

AMX Mod X 0.20-TP4 Talk


Post New Thread Closed Thread   
 
Thread Tools Display Modes
mahnsawce
Senior Member
Join Date: Apr 2004
Location: internet
Old 09-02-2004 , 14:25  
#11

O_o

Translations are volatile, eh?
mahnsawce is offline
MajorTom999
Junior Member
Join Date: May 2004
Location: Vancouver, Canada
Old 09-02-2004 , 14:36  
#12

Second independant opinions for a language you don't speak is a good thing. Just ask Micro$oft.
__________________
MajorTom999 is offline
noob
Junior Member
Join Date: Jun 2004
Old 09-02-2004 , 14:40  
#13

uhm, the core.ini (cstrike version) says:
Code:
csstats	addons/amxmodx/data/csstats.dat
but there's no file like that in the data folder
noob is offline
Melt284
Member
Join Date: Aug 2004
Old 09-02-2004 , 15:53  
#14

/rank command shows the % symbol too many times

Attackers/Victims at round end/death do not show up at all (and they are turned on)

Server has 8 slots (2 reserved slots). In server list before anyone joins it shows (0/8) for slots. Once someone joins it shows (1/6) for slots. When that person leaves it says (0/6) for slots.

"amx_client_languages 0" does not work, clients can still choose their languages

amx_plugins command shows "ersion" instead of "Version" for column heading

The Metamod and AMX Mod X server start info paragraphs are not lined up with eachother:
Code:
   Metamod version 1.17.2  Copyright (c) 2001-2004 Will Day <[email protected]>
   Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
   This is free software, and you are welcome to redistribute it
   under certain conditions; type `meta gpl' for details.


  AMX Mod X version 0.2 Copyright (c) 2004 AMX Mod X Development Team
  AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
  This is free software and you are welcome to redistribute it under
  certain conditions; type 'amxx gpl' for details.
Third party plugin problems:
Quote:
weponarena.sma = http://forums.alliedmods.net/showthread.php?p=3850
Weapon Arena v1.6.3 = compiler crash (Internal error)

amx_atac = http://forums.alliedmods.net/showthread.php?p=3731
ATAC V2.5.3d = amx_atac.sma(1819) : warning 225 : unreachable code
Melt284 is offline
Kamikaze
Senior Member
Join Date: Mar 2004
Location: Butler, PA
Old 09-02-2004 , 15:55  
#15

Quote:
Originally Posted by noob
uhm, the core.ini (cstrike version) says:
Code:
csstats	addons/amxmodx/data/csstats.dat
but there's no file like that in the data folder
You have to install the Counter-strike package too.
Kamikaze is offline
Send a message via ICQ to Kamikaze Send a message via AIM to Kamikaze Send a message via MSN to Kamikaze Send a message via Yahoo to Kamikaze
Kamikaze
Senior Member
Join Date: Mar 2004
Location: Butler, PA
Old 09-02-2004 , 15:57  
#16

I can't get any command using the following access level: ADMIN_ADMIN

I have full admin powers (from A to Z) but any command using that access level will show you don't have access to this command.

Is it because I'm using the letter z on admins or is this a bug?

Commands that use it:

amx_help
amx_modules
amx_plugins
Kamikaze is offline
Send a message via ICQ to Kamikaze Send a message via AIM to Kamikaze Send a message via MSN to Kamikaze Send a message via Yahoo to Kamikaze
kalel
Senior Member
Join Date: Aug 2004
Old 09-02-2004 , 16:49  
#17

I can't even get amxx to load I tryed adding core.ini two ways in plugins.ini in metamod

Code:
addons\amxx\dlls\core.ini

and 

win32 
addons\amxx\dlls\core.ini
Not shure if thats what I needed to do but that how I'v tryed it so far
kalel is offline
JONG
Junior Member
Join Date: Aug 2004
Old 09-02-2004 , 17:03  
#18

I got some error like this :

L 09/03/2004 - 03:59:05: -------- Mapchange --------
L 09/03/2004 - 03:59:05: [AMXX] Function not found (name "cs_reset_user_model") (plugin "covertopsv.amx")
L 09/03/2004 - 03:59:05: [AMXX] Function not found (name "PointContents") (plugin "funadd.amx")

Can some one help me ?

Sorry for my pool English.
JONG is offline
Kamikaze
Senior Member
Join Date: Mar 2004
Location: Butler, PA
Old 09-02-2004 , 17:08  
#19

Quote:
Originally Posted by kalel
I can't even get amxx to load I tryed adding core.ini two ways in plugins.ini in metamod

Code:
addons\amxx\dlls\core.ini

and 

win32 
addons\amxx\dlls\core.ini
Not shure if thats what I needed to do but that how I'v tryed it so far
You realize it's under the folder amxmodx now instead of amxx.
Kamikaze is offline
Send a message via ICQ to Kamikaze Send a message via AIM to Kamikaze Send a message via MSN to Kamikaze Send a message via Yahoo to Kamikaze
xtreme2490
Junior Member
Join Date: Jun 2004
Old 09-02-2004 , 17:14  
#20

RH 7.3 , AMX 0.2 TP 4

If i enable csstats_amxx_i386.so in modules.ini server crashes


Downloading Security Module from Speakeasy.net ...
Completed downloading Security Module from Speakeasy.net
Server is in Secure Mode.
scandir failed:/game/csrmw/./valve/SAVE
scandir failed:/game/csrmw/./platform/SAVE
L 09/02/2004 - 22:06:06: -------- Mapchange --------
./hlds_run: line 57: 32186 Segmentation fault (core dumped) $HL_CMD
Cannot access memory at address 0x40012dc4
debug.cmds:1: Error in sourced command file:
Cannot access memory at address 0x0


Debug.log

----------------------------------------------
CRASH: Thu Sep 2 22:13:12 CEST 2004
Start Line: ./hlds_i686 -game cstrike +maxplayers 14 +map de_dust +ip 213.247.49.110 -autoupdate +exec server.cfg -restart -debug -pidfile hl$
Core was generated by `./hlds_i686 -game cstrike +maxplayers 14 +map de_dust +ip 213.247.49.110 -autou'.
Program terminated with signal 11, Segmentation fault.
#0 0x43b5cc54 in ?? ()
#0 0x43b5cc54 in ?? ()
End of crash report
----------------------------------------------
xtreme2490 is offline
Closed Thread


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:14.


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