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

Starting dedicated server


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
nightmare
Senior Member
Join Date: Sep 2005
Location: Canada, Toronto
Old 10-10-2005 , 18:05   Starting dedicated server
Reply With Quote #1

when i start the dedicated server i see this in server console:
couldn't exec listip.cfg
Connection to Steam servers successful.
Adding master server 69.28.151.178:27010
Adding master server 207.173.177.11:27010
L 10/10/2005 - 16:59:05: -------- Mapchange to cs_assault --------
L 10/10/2005 - 16:59:05: [AMXX] Plugin file open error (plugin "uaio_admin.amxx")
L 10/10/2005 - 16:59:05: [AMXX] Plugin "say_hlstats_for_steam.amx" failed to load: Plugin uses an unknown function (name "mysql_close") - check your modules.ini.
Navigation map loaded.
Warning: Too many zones, some will be ignored.
Warning: Too many zones, some will be ignored.
Warning: Too many zones, some will be ignored.
Warning: Too many zones, some will be ignored.
Warning: Too many zones, some will be ignored.
Warning: Too many zones, some will be ignored.
[AMXX] Loaded 3 admins from file
L 10/10/2005 - 16:59:09: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes

wats wrong with my plugins or whatever? can anyone help me with this? thanx
nightmare is offline
Send a message via MSN to nightmare
Jordan
Veteran Member
Join Date: Aug 2005
Old 10-10-2005 , 18:13  
Reply With Quote #2

Post your modules.ini, plugins.ini, and on the server type meta list and post that too please

say_hlstats_for_steam.amxx requires MYSQL enabled to work I think (I can't really find a link to the plugin itself). Make sure for UAIO that you have the .amxx in the plugins folder, the .sma in the Scripting folder, and the compiled plugin in the scripting/compiled folder
Jordan is offline
nightmare
Senior Member
Join Date: Sep 2005
Location: Canada, Toronto
Old 10-10-2005 , 18:39  
Reply With Quote #3

wow 2 much info taht i didnt understand!
so u want me to post the modules.ini n plugins.ini here?
nightmare is offline
Send a message via MSN to nightmare
Jordan
Veteran Member
Join Date: Aug 2005
Old 10-10-2005 , 18:43  
Reply With Quote #4

Yes, but when you get on the server, type meta list in console and post that here too
Jordan is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 10-10-2005 , 19:48  
Reply With Quote #5

Quote:
Originally Posted by nightmare
wow 2 much info taht i didnt understand!
so u want me to post the modules.ini n plugins.ini here?

I see Trouble for you in the future. I can almost see about 10 threads from you in the next week Did you Read the DOCUMENTATION Please Do, I beg you!
__________________
bmann_420 is offline
nightmare
Senior Member
Join Date: Sep 2005
Location: Canada, Toronto
Old 10-10-2005 , 20:53  
Reply With Quote #6

] meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.60 ini ANY ANY
[ 2] Fun RUN - fun_amxx.dll v1.60 pl1 ANY ANY
[ 3] Engine RUN - engine_amxx.dll v1.60 pl1 ANY ANY
[ 4] MySQL RUN - mysql_amxx.dll v1.60 pl1 ANY ANY
[ 5] CStrike RUN - cstrike_amxx.dll v1.60 pl1 ANY ANY
[ 6] CSX RUN - csx_amxx.dll v1.60 pl1 ANY ANY
6 plugins, 6 running



; 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




; 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!)


; Custom - Add 3rd party plugins here
say_hlstats_for_steam.amx ; rank
uaio_admin.amxx

there i posted everything and wat does bman mean that he sees problems with me?
nightmare is offline
Send a message via MSN to nightmare
Jordan
Veteran Member
Join Date: Aug 2005
Old 10-10-2005 , 21:28  
Reply With Quote #7

Well he just thinks you shouldn't post so much without looking at documentation is all but I have no problem with it ;)
Now as for this - hmm it looks normal, but - ah

say_hlstats_for_steam.amx - that has to be made for amxx, is the problem - you have to compile the .sma file of it.

as for UAIO, make sure that is compiled and it's in the compiled folder too.
Jordan is offline
nightmare
Senior Member
Join Date: Sep 2005
Location: Canada, Toronto
Old 10-10-2005 , 21:41  
Reply With Quote #8

thanx and wat should i change to wat?
nightmare is offline
Send a message via MSN to nightmare
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 10-10-2005 , 21:48  
Reply With Quote #9

Quote:
Originally Posted by satanwoj
as for UAIO, make sure that is compiled and it's in the compiled folder too.
why do you need anything in the compiled folder? that doesent do anything dude... if ya use amxx studio and compile wid dat 2 u can select output directly 2 plugins folder instead of copying and removing old files...
[ --<-@ ] Black Rose is offline
Jordan
Veteran Member
Join Date: Aug 2005
Old 10-10-2005 , 21:54  
Reply With Quote #10

Well doesn't it make sure that it's updated from the previous version? I mean if he had amxx 1.55 running and never compiled it, it wouldn't work on 1.60 right?
Jordan is offline
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 17:17.


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