.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   IvPBot (http://forums.bots-united.com/forumdisplay.php?f=39)
-   -   ivp bot / metamod / amx / dedicated server (http://forums.bots-united.com/showthread.php?t=4227)

Goofkop 19-07-2005 16:29

ivp bot / metamod / amx / dedicated server
 
Hello , i wanne run ivp bot on my dedicated server whit amx 9.9

in metamod/plugins.ini i have this for the moment

Code:

; AMX Mod
win32 addons/amx/dlls/amx_mm.dll

; AMX Mod modules

; NOTE: don't declare 'pure' AMX Modules here
;          (those not having '_mm' in their filename)

; CS Stats (AMX module)
win32 addons/amx/modules/csstats_mm.dll

; Fun (AMX module)
win32 addons/amx/modules/fun_mm.dll

; Vexd Utilities (AMX module)
win32 addons/amx/modules/VexdUM_mm.dll

; IvPbot
gamedll ivpbot/ivpbot.dll

And my liblist is this :

Code:

game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.5"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1110"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "ivpbot/ivpbot_i486.so"
trainmap "tr_1"

Already thx :)

ccarpo 21-07-2005 23:56

Re: ivp bot / metamod / amx / dedicated server
 
it needs to be

; IvPbot
win32 ivpbot/ivpbot.dll

I think
and you should load it at the beginning of the plugins.ini

Whistler 22-07-2005 03:10

Re: ivp bot / metamod / amx / dedicated server
 
the gamedll one should be in config.ini, not plugins.ini.


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

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