IPB

Welcome Guest ( Log In | Register )

> How do i get Whichbot to join the Marine team?
MuSaShi
post Oct 12 2005, 10:39 PM
Post #1


Member
**

Group: Members
Posts: 11
Joined: 12-October 05
Member No.: 632



I tried typing in

wb add

wb_balance_on

wb add 1

wb add 2

It either only join alien or stay as spectator. I tried to add more and see if i goes on marines.. but it just kick one of them out and add another one in.

What can i do to add bots to marine team?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Reply to this topicStart new topic
Replies
MuSaShi
post Oct 18 2005, 04:40 PM
Post #2


Member
**

Group: Members
Posts: 11
Joined: 12-October 05
Member No.: 632



CODE

; 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

; -----------------
; Natural Selection
; -----------------
ns_amxx_i386.so
ns_amxx.dll
ns_amxx_amd64.so


That's my module.ini

CODE

; 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

; NS Specific plugins
idlekicker.amxx; kicks idle players
nscommands.amxx; extra commands for Natural-Selection
;unstuck.amxx; Free stuck players (engine & ns modules required!)

; Custom - Add 3rd party plugins here

extralevels2_rework.amxx






This is my plugin.ini

________

1) extralevels2_rework.sma (i have this in my scripting folder)

2) (i compiled it and then threw it into my plugins)

3)
CODE


;;Metamod plugins.ini
;;AMX Mod X 1.60

win32   addons\amxmodx\dlls\amxmodx_mm.dll

win32 ../rcbot/dlls/rcbot_mm.dll


This is my metamod plugin

4)





Again.. i typed /xmenu, menu, /menu, xmenu. Nothing pops up. Can you please view my files and see if i'm missing anything?

thankyou
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Posts in this topic
MuSaShi   How do i get Whichbot to join the Marine team?   Oct 12 2005, 10:39 PM
John2be   whichbots arent made to be marines, if you try to ...   Oct 13 2005, 12:40 PM
Sandman[SA]   Rcbot is currently the ONLY NS bot that can join t...   Oct 14 2005, 01:56 AM
MuSaShi   Thanks.. i never knew that. I download RC bot too...   Oct 14 2005, 03:24 AM
Sandman[SA]   You need this to go with the latest rcbot beta dll...   Oct 14 2005, 04:24 AM
LordSkitch   He's gone for some post-grad study in England ...   Oct 14 2005, 08:06 AM
Cheeseh   Jeez I thought it was clear enough.. :P the links ...   Oct 14 2005, 06:59 PM
MuSaShi   I tried to follow the instruction as much as possi...   Oct 14 2005, 10:27 PM
Sandman[SA]   Okay. im going to explain this one last time. Dow...   Oct 15 2005, 12:26 AM
MuSaShi   Thankyou sooo much.. RCbot is the bomb.. now i ca...   Oct 15 2005, 07:31 AM
Sandman[SA]   Your going to need amxmodx to even think of using ...   Oct 15 2005, 10:47 PM
MuSaShi   okay... i installed the amx program into my C driv...   Oct 16 2005, 01:16 AM
Sandman[SA]   Yeah, you need to copy the extralelves2_rework.amx...   Oct 16 2005, 03:01 AM
MuSaShi   i got the extralevels2_rework.amxx that was compil...   Oct 16 2005, 03:32 AM
John2be   in amxmodx/configs/modules.ini you can edit which ...   Oct 16 2005, 08:34 AM
MuSaShi   somehow it still doesn't work i removed the ;...   Oct 16 2005, 04:42 PM
link2002   you need the ns amxx addon http://prdownloads.sou...   Oct 16 2005, 05:22 PM
MuSaShi   Okay.. i put the file accordingly to where it belo...   Oct 17 2005, 08:21 PM
Sandman[SA]   extralelves plugin requires the use of the NS and ...   Oct 18 2005, 12:32 AM
MuSaShi   ; AMX Mod X Modules ; You can specify both linux ...   Oct 18 2005, 04:40 PM
Sandman[SA]   Try enabling fakemeta module. When your server is...   Oct 19 2005, 12:57 AM
MuSaShi   Currently loaded plugins: name versi...   Oct 19 2005, 09:34 PM
LordSkitch   The file's likely in the wrong place. Make sur...   Oct 20 2005, 07:14 AM
MuSaShi   yea... the .amxx file and it's in \ns...   Oct 25 2005, 07:12 PM
Sandman[SA]   I would check those forums again. There maybe a r...   Oct 26 2005, 02:28 AM


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th June 2025 - 02:37 AM