Raised This Month: $32 Target: $400
 8% 

Metamod Plugin - Counter-Strike 1.3 in 1.6 (version 0.14)


Post New Thread Reply   
 
Thread Tools Display Modes
aportner
Member
Join Date: Nov 2004
Old 12-24-2005 , 20:32  
Reply With Quote #11

it seems to work ok for me, are you using amxx 1.60 and metamod 1.18?
aportner is offline
Obbin
Senior Member
Join Date: Mar 2005
Location: 192.168.1.3
Old 12-25-2005 , 08:59  
Reply With Quote #12

I fixed it, found the problem!
Before i was running AXN to enable bjump, and i forgot to turn that off.
When i turned AXN of it worked fine!

EDIT: Is it possible to make the guns even more accurate?
EDIT #2: I saw what tou wrote in the 1:st post now. Hmm there is one weapon that makes the bullets go absolutley straight, the autosniper. Is it possible to do something width that? Just an idea that ounced up in my head.
__________________
Sig(h)!
Obbin is offline
aportner
Member
Join Date: Nov 2004
Old 12-29-2005 , 19:04  
Reply With Quote #13

I updated to version 0.13. This now removes the AWP delay put in during 1.6 and it allows terrorists to continue planting even while jumping. It compiles in both Win32 and Linux.
aportner is offline
Obbin
Senior Member
Join Date: Mar 2005
Location: 192.168.1.3
Old 12-30-2005 , 09:53   Crash
Reply With Quote #14

Amxx modules says the Module is version 0.12!
Anyway, when i installed this version the server started to crash on mapchange (it goes fine to start the server)
EDIT: I am SURE it is the lastest version i downloaded
EDIT #2: I installed HLDS stand-alone now and it still dosn't work (everything default)


Plugins.ini:
Code:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx		; admin base (required for any admin-related)
;admin_sql.amxx		; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx		; basic admin console commands
adminhelp.amxx		; help command for admin console commands
adminslots.amxx		; slot reservation
multilingual.amxx	; Multi-Lingual management

; Menus
menufront.amxx		; front-end for admin menus
cmdmenu.amxx		; command menu (speech, settings)
plmenu.amxx		; players menu (kick, ban, client cmds.)
;telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx		; maps menu (vote, changelevel)

; Chat / Messages
adminchat.amxx		; console chat commands
antiflood.amxx		; prevent clients from chat-flooding the server
scrollmsg.amxx		; displays a scrolling message
imessage.amxx		; displays information messages
adminvote.amxx		; vote commands

; Map related
nextmap.amxx		; displays next map in mapcycle
mapchooser.amxx		; allows to vote for next map
timeleft.amxx		; displays time left on map

; Configuration
pausecfg.amxx		; allows to pause and unpause some plugins
statscfg.amxx		; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx		; restrict weapons menu
statsx.amxx		; stats on death or round end (CSX Module required!)
;miscstats.amxx		; bunch of events announcement for Counter-Strike
;stats_logging.amxx	; weapons stats logging (CSX Module required!)
Modules.ini
Code:
; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
;fun_amxx_i386.so
fun_amxx.dll
;fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
engine_amxx.dll
;engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
fakemeta_amxx.dll
;fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so

; --------------------
; Binary Vault support
; --------------------
;nvault_amxx_i386.so
;nvault_amxx.dll
;nvault_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
;cstrike_amxx_i386.so
cstrike_amxx.dll
;cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
;csx_amxx_i386.so
csx_amxx.dll
;csx_amxx_amd64.so


; -----------------------------------------------------
; CS 1.3
; -----------------------------------------------------
cs13.dll

Condump (just before it crashes):
Code:
couldn't exec listip.cfg
couldn't exec banned.cfg
Adding master server 69.28.151.162:27010
Adding master server 207.173.177.11:27010
Connection to Steam servers successful.
] amxx modules
Currently loaded modules:
      name                    version  author               status     
 [ 1] Fun                     1.60     AMX Mod X Dev Team   running    
 [ 2] Engine                  1.60     AMX Mod X Dev Team   running    
 [ 3] FakeMeta                1.60     AMX Mod X Dev Team   running    
 [ 4] MySQL                   1.60     AMX Mod X Dev Team   running    
 [ 5] CStrike                 1.60     AMX Mod X Dev Team   running    
 [ 6] CSX                     1.60     AMX Mod X Dev Team   running    
 [ 7] Counter-Strike 1.3      0.12     Andrew Portner       running    
7 modules, 7 correct
] amxx plugins
Currently loaded plugins:
       name               version  author            file             status   
 [  1] Admin Base         1.60     AMXX Dev Team     admin.amxx       running  
 [  2] Admin Commands     1.60     AMXX Dev Team     admincmd.amxx    running  
 [  3] Admin Help         1.60     AMXX Dev Team     adminhelp.amxx   running  
 [  4] Slots Reservation  1.60     AMXX Dev Team     adminslots.amxx  running  
 [  5] Multi-Lingual Sys  1.60     AMXX Dev Team     multilingual.am  running  
 [  6] Menus Front-End    1.60     AMXX Dev Team     menufront.amxx   running  
 [  7] Commands Menu      1.60     AMXX Dev Team     cmdmenu.amxx     running  
 [  8] Players Menu       1.60     AMXX Dev Team     plmenu.amxx      running  
 [  9] Maps Menu          1.60     AMXX Dev Team     mapsmenu.amxx    running  
 [ 10] Admin Chat         1.60     AMXX Dev Team     adminchat.amxx   running  
 [ 11] Anti Flood         1.60     AMXX Dev Team     antiflood.amxx   running  
 [ 12] Scrolling Message  1.60     AMXX Dev Team     scrollmsg.amxx   running  
 [ 13] Info. Messages     1.60     AMXX Dev Team     imessage.amxx    running  
 [ 14] Admin Votes        1.60     AMXX Dev Team     adminvote.amxx   running  
 [ 15] NextMap            1.60     AMXX Dev Team     nextmap.amxx     running  
 [ 16] Nextmap Chooser    1.60     AMXX Dev Team     mapchooser.amxx  running  
 [ 17] TimeLeft           1.60     AMXX Dev Team     timeleft.amxx    running  
 [ 18] Pause Plugins      1.60     AMXX Dev Team     pausecfg.amxx    running  
 [ 19] Stats Configurati  1.60     AMXX Dev Team     statscfg.amxx    running  
 [ 20] StatsX             1.60     AMXX Dev Team     statsx.amxx      running  
20 plugins, 20 running
amx_map de_dust2
L 12/30/2005 - 15:47:18: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 12/30/2005 - 15:49:41: [admincmd.amxx] Cmd: "CS TEST SEVER<0><><>" changelevel "de_dust2"

STEAM dedicated server
Latest amxx (Reinstalled)
Metamod 1.18
WinXP sp2

It worked fine on listen, exept that the AWP shoots 2 bullets if you fire before the delay time (1.6 delay time, 2 sec or what it is) was over :S
__________________
Sig(h)!
Obbin is offline
ThuYa
Junior Member
Join Date: Nov 2005
Old 01-09-2006 , 15:21  
Reply With Quote #15

Hey!

Unfortunatly, the modules crashes my server when I add it to modules.ini..
Is there a solution??

(The server is on Linux).

Thank you! And happy new year =)
ThuYa is offline
aportner
Member
Join Date: Nov 2004
Old 01-12-2006 , 22:41  
Reply With Quote #16

I'm pretty sure the awp/c4 code screws everything up on everyone else's machine.
aportner is offline
ThuYa
Junior Member
Join Date: Nov 2005
Old 01-15-2006 , 14:04  
Reply With Quote #17

Quote:
Originally Posted by aportner
I'm pretty sure the awp/c4 code screws everything up on everyone else's machine.
I'm sorry but I don't think I understand :
You mean that I can't run the module?

I really think that "no awp delay" is a real plus on a server, but this is the only solution I found to apply it.
ThuYa is offline
aportner
Member
Join Date: Nov 2004
Old 02-08-2006 , 06:05  
Reply With Quote #18

Just out of curiosity does this work for anyone
aportner is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 02-09-2006 , 22:18  
Reply With Quote #19

Crashes my Windows server on map change. A minute later the server starts back up and goes to the default map. I like this module, please fix it.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
ThuYa
Junior Member
Join Date: Nov 2005
Old 02-28-2006 , 11:34  
Reply With Quote #20

Yeah plz fix it!

This would be awesome thx
ThuYa is offline
Reply


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 21:21.


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