.:: 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
Re: CS DeathMatch with podbot-mm??
Old
  (#21)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: CS DeathMatch with podbot-mm?? - 05-11-2004

Go to the folder:
addons/amxmodx/configs
and find two files:
1. plugins.ini - here You have to find these lines:
; 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!)

and uncomment last 4 lines - take out ";" from the begining of thse lines - these lines with *.amxx - but take out only this semicolon ";" existing at the begining of the line.

2. modules.ini - here find these lines:
; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
;cstrike_amxx_i386.so
;cstrike_amxx.dll

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
;csx_amxx_i386.so
;csx_amxx.dll

and uncomment (take out ";" from the begining of the line) the call for cstrike_amxx.dll (or that *.so filr if You have a linux based system) and csx_amxx.dll (note like for cstrike_amxx.dll).

Save both files and try again. During the game call amxmodmenu (from console or by some bind) and select (on the second page) stats configuration.
My bind for amxmodmenu (added in config.cfg in cstrike directory):
bind "'" "amxmodmenu"
I guess I have to move this thread to another forum (Metamod,AMX and third-party plugins).
  
Reply With Quote
Re: CS DeathMatch with podbot-mm??
Old
  (#22)
Gabs
Member
 
Status: Offline
Posts: 34
Join Date: Oct 2004
Default Re: CS DeathMatch with podbot-mm?? - 05-11-2004

ok thanks , everything is up and running

1 last question, i have admin and everything, but when i do "sv_lan 0" which allows other internet players to join my server, i dont have admin anymore..

how come??

and where can i fix the server name when amx is running??

i did change the server name in server.cfg but its still "Counter-Strike" when i create game.
  
Reply With Quote
Re: CS DeathMatch with podbot-mm??
Old
  (#23)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: CS DeathMatch with podbot-mm?? - 05-11-2004

Quote:
Originally Posted by Gabs
1 last question, i have admin and everything, but when i do "sv_lan 0" which allows other internet players to join my server, i dont have admin anymore..
Go to the same folder like above (...addons/amxmodx/configs) and find the file users.ini and find these lines:

; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"

"loopback" "" "abcdefghijklmnopqrstu" "de"

Put the semicolon ";" at the begining of the last line and try to admin by name method (You can see what You can use - 3 methods + loopback - last method only for LAN listenserver). To do this put this line (I guess Your player name during the game it's "Gabs"):

"Gabs" "your_password" "abcdefghijklmnopqrstu" "a"

Go to the file amxx.cfg (the same folder) and find these lines:
// Name of setinfo which should store a password on a client (you should change this)
// (Example: setinfo _pw "password")
amx_password_field "_pw"

and change the last line to this:

amx_password_field "_amx_pw"

Then create an file (by text editor - notepad or ultraedit) named autoexec.cfg and put there this line:

setinfo "_amx_pw" "your_password"

Note1 - this file - autoexec.cfg You need to put into cstrike directory.
Note2 - this string "your_password" means Your password You need to put here and as the same string ("your_password") in users.ini. I hope You can understand what I mean.
This is a standard method in majority of mm plugins to get access as an admin.

Quote:
Originally Posted by Gabs
and where can i fix the server name when amx is running??

i did change the server name in server.cfg but its still "Counter-Strike" when i create game.
Let me know - You want to play on the same computer You setup the server (in this case it's listenserver and You need to modify listenserver.cfg to change the name of Your server) or You want to setup a server only, but for playing You need to connect to this server from another computer (then You have a dedicated server and You need to change server.cfg on it to change the name of Your server)?
  
Reply With Quote
Re: CS DeathMatch with podbot-mm??
Old
  (#24)
Gabs
Member
 
Status: Offline
Posts: 34
Join Date: Oct 2004
Default Re: CS DeathMatch with podbot-mm?? - 06-11-2004

ok well thanks for all ur help, everything works perfect now, even got a new server name
  
Reply With Quote
Reply


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

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