Quote:
Originally Posted by robbob4
Modules
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
; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
mysql_amxx_i386.so
mysql_amxx.dll
mysql_amxx_amd64.so
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so
; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so
|
Try to disable (by semicolon) all amd64.so files and try only i386 (if You are using linux).
Quote:
Originally Posted by robbob4
metamod plugins.ini
Code:
; AMX Mod X
win32 addons/amxmodx/dlls/amxmodx_mm.dll
;linux addons/amxmodx/dlls/amxmodx_mm_i386.so
win32 addons/booster/booster_mm.dll
win32 .../realbot/dll/realbot_mm.dll RealBot
|
Change
win32 .../realbot/dll/realbot_mm.dll RealBot
to
win32
../realbot/dll/realbot_mm.dll RealBot
(only two dots)
And try without AMX MOD X first, then - if it will work - try without any custom plugins.
[EDIT]
@PMB - Because of some reason 'CODE' adds some unwanted empty lines. It's not perfect yet.

[/EDIT]