Re: people cannot connect + amx x goes to crap -
04-09-2006
Quote:
Originally Posted by KWo
What are Your settings for maxbots for EPB? What is Your setting for mp_maxplayers on Your server?
Note - maxbots has to be always below mp_maxplayers.
Re: people cannot connect + amx x goes to crap -
05-09-2006
Go To Your addons\metamod\plugins.ini file and disable the call of epodbot (by semicolon in front of the line calling it). I mean do - it so:
;win32 EPODbot\EPB.dll
Check if the people are still not able to connect. If the problem still happen - its not related to epodbot. If the people are able to connect - move that line calling epodbot at the end of plugins.ini (but hen without the semicolon) and try again).
Re: people cannot connect + amx x goes to crap -
05-09-2006
i tried it, and they still cannot connect.
so i reinstall ther server, install all my mods, except epodbot, and they can connect, so i'm like cool, then i install epodbot, and the problem starts. does epobbot automatically edit any default server files?
i can't seem to have bots, and people connect, it's either one or da other
Re: people cannot connect + amx x goes to crap -
06-09-2006
Maybe just release also the version as a zip file to let the people manually install it (with some readme.txt inside). Then You will not overwrite accidently the liblist.gam for them.
Re: people cannot connect + amx x goes to crap -
06-09-2006
I think releasing as zip is a good idea, because the installer is annoying for experienced users. But we should keep the installer exe for unexperienced users.
Re: people cannot connect + amx x goes to crap -
07-09-2006
Ask strelomet - he has some smart installer for yapb - it reads plugins.ini (and probably also liblist.gam) before to start doing things. It's pretty good. You need to look - if the liblist.gam is poiting metamod - epb must be installed as metamod plugin - as the last plugin called from plugins.ini .