PDA

View Full Version : my server crashing.........


-angel-
07-23-2004, 14:09
whan im opening server it always crash :( :( :(
my plugins in the metamod is look like that :

; AMX Mod
win32 addons\amx\dlls\amx_mm.dll
linux addons\amx\dlls\amx_mm_i386.so



Statsme ;
win32 addons/statsme/dlls/sm_cstrike_mm.dll


; Mostermod
;win32 addons\monster\dlls\monster_mm.dll
;linux addons\monster\dlls\monster_mm_i386.so


win32 addons/adminmod/dlls/admin_MM.dll
linux addons/adminmod/dlls/admin_MM_i386.so

win32 addons/statsme/dlls/sm_cstrike_mm.dll

win32 addons\dlls\chicken_mm.dll
win32 addons\dlls\chicken_mm_i386.so


but whan i change it to :
; AMX Mod
win32 addons\amx\dlls\amx_mm.dll
linux addons\amx\dlls\amx_mm_i386.so

Statsme ;
win32 addons/statsme/dlls/sm_cstrike_mm.dll

; Mostermod
;win32 addons\monster\dlls\monster_mm.dll
;linux addons\monster\dlls\monster_mm_i386.so

its working.......
what to do?!?!?!

Freecode
07-23-2004, 14:18
1. dont use statsme
2. dont use Admin Mod
3. Decide between win32 or Linux and delete the other line.

-angel-
07-23-2004, 15:02
but i saw some servers that use all of this mods in the same time..........

-angel-
07-23-2004, 15:02
how can i do like them

Chivas2973
07-23-2004, 18:19
this is what mine looks like
;To Disable a mod just place a ";" semicolon beside the mod you wish to disable.

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

;Monster Mod
win32 addons/monster_plugin/monster_mm.dll

;Adminmod
win32 addons/adminmod/dlls/admin_MM.dll

;Statsme
win32 addons/statsme/dlls/sm_cstrike_mm.dll

;HLBooster
win32 addons/booster/booster_mm.dll

;Cheating Death
;win32 addons/cdeath/cdmod.dll

as you can see I don't use linux, but you also have the statsme line in twice, not sure if that is it but try, if not, may be your chicken mod, reinstall

Freecode
07-23-2004, 20:15
but i saw some servers that use all of this mods in the same time..........
i understand but if u dont want ur server to LAG like hell dont use them.

imported_bluepuma
07-24-2004, 12:46
so thats why i have lag spikes on my server....damn statsme. i'll try it with out it cause a $2500 server w/ oc43 shoudnt lag at all.

vittu
07-25-2004, 21:57
whan im opening server it always crash :( :( :(
my plugins in the metamod is look like that :

; AMX Mod
win32 addons\amx\dlls\amx_mm.dll
linux addons\amx\dlls\amx_mm_i386.so

Statsme ;
win32 addons/statsme/dlls/sm_cstrike_mm.dll

; Mostermod
;win32 addons\monster\dlls\monster_mm.dll
;linux addons\monster\dlls\monster_mm_i386.so

win32 addons/adminmod/dlls/admin_MM.dll
linux addons/adminmod/dlls/admin_MM_i386.so

win32 addons/statsme/dlls/sm_cstrike_mm.dll

win32 addons\dlls\chicken_mm.dll
win32 addons\dlls\chicken_mm_i386.so
man that's ugly.... you have both win32 and linux enabled on mods, statsme twice, etc....

To Disable a mod just place a ";" semicolon beside the mod you wish to disable.

copy this and try it:
; AMX Mod
win32 addons/amx/dlls/amx_mm.dll
;linux addons/amx/dlls/amx_mm_i386.so

; Statsme
win32 addons/statsme/dlls/sm_cstrike_mm.dll

; Mostermod
win32 addons/monster/dlls/monster_mm.dll
;linux addons/monster/dlls/monster_mm_i386.so

; Admin Mod
win32 addons/adminmod/dlls/admin_MM.dll
;linux addons/adminmod/dlls/admin_MM_i386.so

; Chicken Mod
win32 addons/dlls/chicken_mm.dll
;linux addons/dlls/chicken_mm_i386.so

Chivas2973
07-25-2004, 22:27
good point and very observant vittu
I never see what is right in front of my face