.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Cyborg Factory > POD-Bot mm > Common Questions
Common Questions Are you seeking help ? Get it here !

Reply
 
Thread Tools
Timeout?
Old
  (#1)
Lizzard876
Member
 
Status: Offline
Posts: 6
Join Date: Jan 2006
Default Timeout? - 09-01-2006

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?
  
Reply With Quote
Re: Timeout?
Old
  (#2)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Timeout? - 09-01-2006

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?
  
Reply With Quote
Re: Timeout?
Old
  (#3)
Lizzard876
Member
 
Status: Offline
Posts: 6
Join Date: Jan 2006
Default Re: Timeout? - 09-01-2006

"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.
  
Reply With Quote
Re: Timeout?
Old
  (#4)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Timeout? - 09-01-2006

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...
  
Reply With Quote
Re: Timeout?
Old
  (#5)
Lizzard876
Member
 
Status: Offline
Posts: 6
Join Date: Jan 2006
Default Re: Timeout? - 10-01-2006

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?
  
Reply With Quote
Re: Timeout?
Old
  (#6)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Timeout? - 10-01-2006

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).
  
Reply With Quote
Re: Timeout?
Old
  (#7)
Lizzard876
Member
 
Status: Offline
Posts: 6
Join Date: Jan 2006
Default Re: Timeout? - 10-01-2006

; 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"
  
Reply With Quote
Re: Timeout?
Old
  (#8)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Timeout? - 10-01-2006

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
  
Reply With Quote
Re: Timeout?
Old
  (#9)
Lizzard876
Member
 
Status: Offline
Posts: 6
Join Date: Jan 2006
Default Re: Timeout? - 10-01-2006

; 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
  
Reply With Quote
Re: Timeout?
Old
  (#10)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Timeout? - 10-01-2006

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).
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com