View Single Post
Send error report thing w/hex error after
Old
  (#1)
Garrett
Guest
 
Status:
Posts: n/a
Default Send error report thing w/hex error after - 04-03-2004

I get the error that brings up an error report thing. Then when i click dont send i get the hex error. Also im not using AMX mod, just mm.
"4. I get errors with an error report button.

Go to addons\metamod\config.ini and comment out 'gamedll ..\realbot\dll\realbot.dll'. Also remove the equivalent in the command line arguments.If that doesn't work, make another thread with details of your CS configuration."

config.ini? I dont have it.
Assuming you meant plugins.ini
took line out and still same problem.

plugins.ini

;Install all plugins for metamod here.
win32 ..realbot\dll\realbot_mm.dll realbot
;Statsme plugin
win32 addons\statsme\dlls\sm_cstrike_mm.dll

liblist.gam

game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
cldll "1"
hlversion "1120"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons/metamod/dlls/metamod.dll"
trainmap "tr_1"

Supposed to have changed
gamedll "dlls/mp.dll"
to
gamedll "addons/metamod/dlls/metamod.dll"

But when realbot is activated it changes
gamedll "dlls/mp.dll"
to
gamedll "..\realbot\dll\realbot.dll"

Because you guys say to activate rb before making liblist.gam read-only.

Thanks in advance
  
Reply With Quote