.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Common Questions (http://forums.bots-united.com/forumdisplay.php?f=51)
-   -   Timeout? (http://forums.bots-united.com/showthread.php?t=4846)

Lizzard876 09-01-2006 15:52

Timeout?
 
Hey,

Quick question on a prob i'm having. Well I start my server up, and I read in the console as it starts. What I can see is the bots being created, and they chat to one another etc. I then try to join the server (from another pc) and the server's cpu hits 100% and the computer trying to connect gets a timeout. Just wondering if anyone knows how to fix this?

KWo 09-01-2006 17:22

Re: Timeout?
 
How many bots is there on Your server? What is Your mp_maxplayers setting for it? Do You have only pdobpts installed on that servwer or also some other fun mod like AMX, AMX X, ADMINMOD, ClanMod?

Lizzard876 09-01-2006 17:40

Re: Timeout?
 
"How many bots is there on Your server? What is Your mp_maxplayers setting for it? Do You have only pdobpts installed on that servwer or also some other fun mod like AMX, AMX X, ADMINMOD, ClanMod?"

I never actually changed the cfg file for POD Bot just to be safe, though I've noticed 7 bots join as standard. On the server I have Pod Bot, AMX, and Metamod installed on the server.

KWo 09-01-2006 20:08

Re: Timeout?
 
Disable AMX in addons\metamod\plugins.ini - by adding semicolon (;) at the begining of the line calling it - I mean do it so:
;win32 addons\amx\dlls\amx_mm.dll

Then try to startup Your server without AMX (podbot only) and try join it again. Let me know if without AMX You can join. I believe there is some problem with Your users.ini file in addons\amx\config directory...

Lizzard876 10-01-2006 04:53

Re: Timeout?
 
I tried to disable AMX and you were right, I can join the server no probs. Now its just a matter of making them work together, any ideas?

KWo 10-01-2006 09:27

Re: Timeout?
 
Go to Your addons\amx\config\users.ini file and copy and paste here the contenst of it. For Your safety change only the password You are using (to prevent someone could read You password here and then join Your server as an admin).

Lizzard876 10-01-2006 10:05

Re: Timeout?
 
; Line starting with ; is a comment

; Access flags:
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
; c - amx_kick command
; d - amx_ban and amx_unban commands
; e - amx_slay and amx_slap commands
; f - amx_map command
; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; i - amx_chat and other chat commands
; j - amx_vote and other vote commands
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
; m - custom level A (for additional plugins)
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access
; z - user

; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is wonid
; d - this is ip
; e - password is not checked (only name/ip/wonid needed)

; Format of an admin entry:
; <name|ip|wonid> <password> <access flags> <account flags> ; comment (not required)
--------------------------------------------------------------------------------------------------------
; "123.43.43.53" "" "abcdefghijklmnopqrstu" "de" ; blade (Mike)
; "[WC] Slacker" "my_password" "abcdefghijklmnopqrstu" "a"
; "54321" "" "b" "ce" ; John's res slot

; Enable this to gain admin access on your listen server
; "loopback" "" "abcdefghijklmnopqrstu" "de"

"192.168.0.101" "" "bcdefghijklmnopqrstu" "de"

KWo 10-01-2006 13:22

Re: Timeout?
 
Post also Your plugins.ini file , but that one You have in addons\amx\config directory. Is there any plugin for slot reservation? If so - try to comment it out first - for tests.

;adminslots.amx

Lizzard876 10-01-2006 13:36

Re: Timeout?
 
; AMX Mod plugins

; To disable any plugin, add a semi-colon ';' to the beginning of its line

; You can disable the Just-In-Time (JIT) compiler with the 'nojit' keyword:
; pluginname.amx nojit
; (read the docs for more details)

; Note: you don't need to declare csstats.amx here (CSStats will load it)


language.amx ; language management
admin.amx ; admin base (required for any admin-related)
;admin_mysql.amx ; admin base - MySQL version (comment admin.amx)
admincmd.amx ; basic admin console commands
adminhelp.amx ; help command for admin console commands
;adminslots.amx ; slot reservation
menufront.amx ; front-end for admin menus
cmdmenu.amx ; command menu (speech, settings)
plmenu.amx ; players menu (kick, ban, client cmds.)
restmenu.amx ; restrict weapons menu
mapsmenu.amx ; maps menu (vote, changelevel)
antiflood.amx ; prevent clients from chat-flooding the server
adminchat.amx ; console chat commands
adminvote.amx ; vote commands
nextmap.amx ; displays next map in mapcycle
timeleft.amx ; displays time left on map
mapchooser.amx ; allows to vote for next map
scrollmsg.amx ; displays a scrolling message
imessage.amx ; displays information messages
welcomemsg.amx ; console motd @ client connection
statsx.amx ; stats on death or round end (CSStats Module required!)
stats_logging.amx ; weapons stats logging (CSStats Module required!)
telemenu.amx ; teleport menu (Fun Module required!)
miscstats.amx ; bunch of events announcement for Counter-Strike
pausecfg.amx ; allows to pause and unpause some plugins
statscfg.amx ; allows to manage stats plugins via menu and commands
mapconfig.amx ; executes custom map configuration files

; Add custom plugins below
admin_bury.amx
amx_blind.amx
admin_disarm.amx
admin_fire.amx
admin_gravity.amx
admin_personal_gravity.amx
force.amx
admin_flash.amx
admin_godmode.amx
admin_heal.amx
admin_noclip.amx
admin_rocket.amx
matrix_plugin.amx
smokin_and_drinkin.amx
unlimited_nades.amx
admin_float.amx
invismod.amx

KWo 10-01-2006 14:10

Re: Timeout?
 
And - You still have problems with joining Your server - even when adminslots is commented out? Note - to get new configs loaded, You need to reload amx (but sufficient might be also calling the new map).


All times are GMT +2. The time now is 23:24.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.