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