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

GabenMod v1.3


Post New Thread Reply   
 
Thread Tools Display Modes
YaY!
Junior Member
Join Date: Jun 2006
Old 06-14-2006 , 22:54  
Reply With Quote #251

Quote:
; 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
YaY! is offline
Basic-Master
Veteran Member
Join Date: Apr 2005
Location: hello pm
Old 06-18-2006 , 15:26  
Reply With Quote #252

I smell an update in here...

YaY!: whatever you do, you are not using amxx 1.71. and don't forget to enable the nvault module, you might need it later ;)
Basic-Master is offline
Send a message via ICQ to Basic-Master Send a message via MSN to Basic-Master
GiZ
Junior Member
Join Date: Jun 2006
Location: Gaben's World
Old 06-18-2006 , 15:39  
Reply With Quote #253

Try to compile it yourself,, worked for me though
GiZ is offline
NoFacedAngel
New Member
Join Date: Jun 2006
Old 06-18-2006 , 15:47  
Reply With Quote #254

I get a fatal error that says
Code:
Mod_NumForName: Models/teleporter.mdl Not Found
How do I get that?
NoFacedAngel is offline
YaY!
Junior Member
Join Date: Jun 2006
Old 06-18-2006 , 19:33  
Reply With Quote #255

ok, this is making me mad , i enabled the nvault in the modules and it still dont work, and i DO have amxx 1.71, cause i just got amxx, and it says i have amxx 1.71, i have no idea what is wrong, i tried everything, plz help me
YaY! is offline
Soloist
Senior Member
Join Date: Jun 2004
Location: New York
Old 06-18-2006 , 23:17  
Reply With Quote #256

The on/off commands work most of the time, but unfortunaly I cant seem to get the plugin to start off. In order for me to get it to work, I have to enable it, and then disable it to work right.
Soloist is offline
Send a message via ICQ to Soloist Send a message via AIM to Soloist Send a message via MSN to Soloist Send a message via Yahoo to Soloist
mmenzie
Senior Member
Join Date: Jul 2004
Location: New Windsor, NY
Old 06-19-2006 , 06:58  
Reply With Quote #257

it works fine for me. i use the daily configs plugin and i have gm_off in all my days except one and that one i have gm_on and i have not had a problem at all.

Mike
__________________
mmenzie is offline
Send a message via ICQ to mmenzie Send a message via AIM to mmenzie Send a message via MSN to mmenzie Send a message via Yahoo to mmenzie
Basic-Master
Veteran Member
Join Date: Apr 2005
Location: hello pm
Old 06-19-2006 , 08:12  
Reply With Quote #258

soloist: update your server with the latest files in the zip and tell me if everything works then.

NoFacedAngel: it's in the zip..
YaY!: try to recompile all the plugins on your own and tell me if you get any problems then.
Basic-Master is offline
Send a message via ICQ to Basic-Master Send a message via MSN to Basic-Master
Soloist
Senior Member
Join Date: Jun 2004
Location: New York
Old 06-19-2006 , 14:01  
Reply With Quote #259

Compile errors on gm_soldier

Code:
gm_soldier.sma(350) : error 017: undefined symbol "SND_STOP"
gm_soldier.sma(350) : warning 215: expression has no effect
gm_soldier.sma(350) : error 001: expected token: ";", but found ")"
gm_soldier.sma(350) : error 029: invalid expression, assumed zero
gm_soldier.sma(350) : fatal error 107: too many error messages on one line
Edit:

Runtime Error
Code:
L 06/19/2006 - 14:05:09: [AMXX] Displaying debug trace (plugin "gm_spawn.amxx")
L 06/19/2006 - 14:05:09: [AMXX] Run time error 4: index out of bounds
L 06/19/2006 - 14:05:09: [AMXX]    [0] gm_spawn.sma::make_item (line 735)
L 06/19/2006 - 14:05:09: [AMXX]    [1] gm_spawn.sma::load_items (line 300)
L 06/19/2006 - 14:05:09: [AMXX]    [2] gm_spawn.sma::gm_EnablingMod (line 1770)
The powers are turned off by default but the walls, and spawn ideas are still on.
Soloist is offline
Send a message via ICQ to Soloist Send a message via AIM to Soloist Send a message via MSN to Soloist Send a message via Yahoo to Soloist
Basic-Master
Veteran Member
Join Date: Apr 2005
Location: hello pm
Old 06-19-2006 , 14:33  
Reply With Quote #260

the attachment is now updated, I've just compiled everything again with the amxx 1.71 compiler. let me know if you get any problems with this new version.

Soloist: hrm, looks like you get too many items, this is fixed in the new pack I hope.. if not, tell me on which map this bug occurs.
Basic-Master is offline
Send a message via ICQ to Basic-Master Send a message via MSN to Basic-Master
Reply



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 12:35.


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