AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Tech Support (https://forums.alliedmods.net/forumdisplay.php?f=36)
-   -   Superherovault.amxx and random hero problems... Help please? (https://forums.alliedmods.net/showthread.php?t=31643)

Kojiro 11-07-2004 22:01

Superherovault.amxx and random hero problems... Help please?
 
Alright, I finally got AMXX working on my listen server... and I swear to you that I've read the tutorials, many... many times, however...

When I create my server, I join the game, type meta list, I have everything on the list working alright.
Amx_plugins superherovault.amxx is NOT working, which I'm guessing is what basically sets up all the exp and everything, cause I can't select heros at all. And a lot of heros are randomly NOT working. I'm sure it has naught to do with my plugins.ini file, as everything is spelt correctly and about half of the heros can be loaded from it.

I'll post what is in the .ini file for you all to see if I've gone astray with any of it.

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




; Custom - Add 3rd party plugins here
superheromodvault.amxx
sh_anubis.amxx
sh_aquaman.amxx
sh_batman.amxx
sh_bomberman.amxx
sh_captaina.amxx
sh_cyclops.amxx
sh_daredevil.amxx
sh_dracula.amxx
sh_flash.amxx
sh_hobgoblin.amxx
sh_hulk.amxx
sh_humantorch.amxx
sh_ironman.amxx
sh_kamikaze.amxx
sh_magneto.amxx
sh_mystique.amxx
sh_nightcrawler.amxx
sh_punisher.amxx
sh_skeletor.amxx
sh_spiderman.amxx
sh_superman.amxx
sh_windwalker.amxx
sh_wolverine.amxx
sh_xavier.amxx
sh_zeus.amxx

Has anyone had similar errors? I've "searched" but I can't seem to come up with much. Mostly I'm getting bad installation errors. Help please, if you will. Thanks in advance.

KsqueaKJ 11-07-2004 22:09

well i was wondering , if ur using cs, how can u not have any cs plugins in ur plugins.ini

vittu 11-07-2004 22:15

his plugins.ini is fine...

check your plugins folder and make sure superheromodvault.amxx is in there and is spelled correctly...
also check to make sure you have the cstrike and engine modules enabled in your modules.ini



KsqueaKJ: you should not have both superheromodvault.amxx and superheromodmysql.amxx in your plugins.ini one should be disabled or removed and since I assume you are not using MySQL saving remove superheromodmysql.amxx....

Kojiro 11-08-2004 00:56

I had to add the cstrike thing, and I un ; ed the engine, so it brought the bad load number from around 14 to 2, which is pretty good, however. The vault still isn't loading, and neither is mystique if you were wondering what the second one was.
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

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

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

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

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

; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_i386.so
array_amxx.dll

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

cstrike_amxx.dll

This is my modules .ini file as it stands... Does one of
Code:

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

activate the vault itself? Cause I know I'm not using mysql, I'll probably try and figure that one out later, but I just need to figure out how to make the vault GO, right now. All help is appreciated, thanks in advance.

vittu 11-08-2004 01:00

Alright if you didn't have the cstrike module in there you messed up your install and didn't install the cstrike addon correctly.

First install amxmod rc7 then install the cstrike addon (download is in the same area) on top of that. check it its working enable the modules i said before. then install sh mod


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

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