PDA

View Full Version : Plugins dont load


Shogon
08-16-2004, 16:53
Hi :D ok, i got metamod working on a listen server, but when i try to add the plugins in the plugins.ini and modules.ini they wont load inside the game when i write meta list, no plugins are shown

plugins.ini

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

win32 addons/amx/dlls/csstats_mm.dll

win32 addons/amx/dlls/fun_mm.dll




modules.ini
; AMX Modules
; You can specify both linux & win32 modules here

; MySQL access
;addons/amx/dlls/mysql.dll
;addons/amx/dlls/mysql_i386.so

; More script functions for AMX Mod
addons/amx/dlls/fun_mm.dll
addons/amx/dlls/fun_mm_i386.so

; Counter-Strike Statistics (only if you use stats)
addons/amx/dlls/csstats_mm.dll
addons/amx/dlls/csstats_mm_i386.so
; AMX Modules
; You can specify both linux & win32 modules here

; MySQL access
;addons/amx/dlls/mysql.dll
;addons/amx/dlls/mysql_i386.so

; More script functions for AMX Mod
addons/amx/dlls/fun_mm.dll
addons/amx/dlls/fun_mm_i386.so

; Counter-Strike Statistics (only if you use stats)
addons/amx/dlls/csstats_mm.dll
addons/amx/dlls/csstats_mm_i386.so

what could be wrong? :D

jtp10181
08-16-2004, 17:11
make an autoexec.cfg file in your cstrike folder

add to it

log on

this will turn on logging

then look in the lgos folder after starting the server and see if theres errors about plugins.

Also plase show us the meta list output.

Shogon
08-16-2004, 17:54
add what? the things in plugins.ini and modules.ini ?

vittu
08-16-2004, 19:15
he wants you to make it so you can get logs of what is happening, to see if it says if there are errors or not.

First check to see if you have a "autoexec.cfg" in your cstrike folder, if you do open it with notepad and add "log on" in it without quotes.

if not, do this:
.open up notepad
.type "log on" - without the quotes
.now go to File
.then to Save As
.in file name type "autoexec.cfg" - without quotes
.Change Save As type to "All Files"
.Lastly save it in your cstrike folder

Also, Start up server
when server is running type "meta list" - without quotes

copy and paste that info here along with the logs created by the autoexec.cfg

Shogon
08-16-2004, 20:04
ok when i wrote meta list nothing were changed

] meta list
Currently loaded plugins:
description stat pend file vers src load unlod
0 plugins, 0 runn

autoexec.cfg doesnt say anything exept
log on

:S did i do something wrong? made a autoexec.cfg file with the words "log on" without the quotes.. and then i started it like normally

jtp10181
08-16-2004, 21:01
if it says 0 plugins then your plugins.ini for metamod is named wrong or in the wrong place.

it should be "plugins.ini" and it should be located at addons/metamod/plugins.ini

Shogon
08-16-2004, 21:07
you are an angel sent from above!!

my plugins.ini were named plugins.ini.ini :D omg so now the plugins works
thanks alot to you and vittu