View Single Post
Re: AMX plugin and Realbot doesn't work together
Old
  (#2)
Perfect Cell
Guest
 
Status:
Posts: n/a
Default Re: AMX plugin and Realbot doesn't work together - 27-01-2004

To work with AMX:
go into your addons\metamod\plugins.ini
add the following line to it before AMX plugin like so:
; RealBot Metamod plugin
win32 addons\amx\dlls\realbot_mm.dll
; AMX Mod plugin
win32 addons\amx\dlls\amx_mm.dll

Change your liblist.gam gamedll to metamod.dll like so:
gamedll "addons\metamod\dlls\metamod.dll"

Change the liblist.gam file to Read Only.

That should do it. If you get troubles on map change, try deleting the bot.cfg if you have it in your \cstrike folder (helped me, anyway). If that doesn't work, do what I did and install (mean).Bot Admin mod

Last edited by Perfect Cell; 27-01-2004 at 10:37..
  
Reply With Quote