Raised This Month: $ Target: $400
 0% 

CSDM 2.0 (Old Version)


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Podunk
Senior Member
Join Date: Nov 2005
Location: Florida
Old 12-31-2005 , 14:15  
#931

Bailopan,

unless i comment this line out in csdm_main.sma and recompile it, my server crashes on changelevel:

Code:
public plugin_init()
{
	register_plugin(D_PLUGIN, CSDM_VERSION, "CSDM Team")
	
	register_clcmd("say respawn", "say_respawn")
	register_clcmd("say /respawn", "say_respawn")
	
	register_concmd("csdm_enable", "csdm_enable", D_ACCESS, "Enables CSDM")
	register_concmd("csdm_disable", "csdm_disable", D_ACCESS, "Disables CSDM")
	register_concmd("csdm_ctrl", "csdm_ctrl", D_ACCESS, "")
	register_concmd("csdm_reload", "csdm_reload", D_ACCESS, "Reloads CSDM Config")
	
	register_clcmd("csdm_menu", "csdm_menu", ADMIN_MENU, "CSDM Menu")
	register_clcmd("drop", "hook_drop")
	
	register_concmd("csdm_cache", "cacheInfo", ADMIN_MAP, "Shows cache information")
	
	csdm_reg_cfg("settings", "read_cfg")
	
	//AddMenuItem("CSDM Menu", "csdm_menu", D_ACCESS, D_PLUGIN)
	g_MainMenu = menu_create("CSDM Menu", "use_csdm_menu")
	
	new callback = menu_makecallback("hook_item_display")
	menu_additem(g_MainMenu, "Enable/Disable", "csdm_ctrl", D_ACCESS, callback)
	menu_additem(g_MainMenu, "Reload Config", "csdm_reload", D_ACCESS)
}
//AddMenuItem("CSDM Menu", "csdm_menu", D_ACCESS, D_PLUGIN)

no idea why.

windows server
Podunk is offline
Send a message via MSN to Podunk
spam_jammer
Junior Member
Join Date: Dec 2005
Old 12-31-2005 , 14:47   CSDM_EQUIP MENU COMES(SERVER CRASHES)
#932

i have installed CSDM successfully but only for one thing

when my server starts..the equip menu comes up and then the server crashes
this is my log file error:

Quote:
L 01/02/2003 - 09:16:56: [CSDM] Item "weapon_csdm_prote" failed to create
L 01/02/2003 - 09:16:56: [AMXX] Run time error 10 (plugin "csdm_equip.amxx") - debug not enabled!
L 01/02/2003 - 09:16:56: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 01/02/2003 - 09:16:57: [CSDM] Item "weapon_csdm_misc." failed to create
L 01/02/2003 - 09:16:57: [AMXX] Run time error 10 (plugin "csdm_equip.amxx") - debug not enabled!
L 01/02/2003 - 09:16:57: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 01/02/2003 - 09:16:58: [CSDM] Item "weapon_csdm_main." failed to create
L 01/02/2003 - 09:16:58: [AMXX] Run time error 10 (plugin "csdm_equip.amxx") - debug not enabled!
L 01/02/2003 - 09:16:58: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

how can i go about the problem fixing???

im all confused!!!!!
spam_jammer is offline
Siborg
Member
Join Date: Dec 2005
Old 12-31-2005 , 20:19  
#933

I am also having crashes at mapchange although it seems to be someting different each time, this time it was this..

Code:
L 01/01/2006 - 00:06:20: [META] ERROR: Plugin didn't set meta_result: csdm_amxx_i386.so:ServerDeactivate_Post()
L 01/01/2006 - 00:06:20: [META] ini: Begin re-reading plugins list: /home/hlserver/*****/cstrike/addons/metamod/plugins.ini
L 01/01/2006 - 00:06:20: [META] ini: Read plugin config for: AMX Mod X
L 01/01/2006 - 00:06:20: [META] ini: Read plugin config for: HLGuard
L 01/01/2006 - 00:06:20: [META] ini: Finished reading plugins list: /home/hlserver/*****/cstrike/addons/metamod/plugins.ini; Found 2 plugins
L 01/01/2006 - 00:06:20: [META] dll: Updating plugins...
L 01/01/2006 - 00:06:20: [META] dll: Finished updating 10 plugins; kept 2, loaded 0, unloaded 0, reloaded 0, delayed 0
L 01/01/2006 - 00:06:20: Log file closed
The server didn't make it through mapchange, just crashed.
Siborg is offline
spam_jammer
Junior Member
Join Date: Dec 2005
Old 01-01-2006 , 01:18  
#934

my equipment menu comes up and the server crashes
given below ios my log file....plz help me how to go about the fixing.

Code:
L 01/02/2003 - 09:16:56: [CSDM] Item "weapon_csdm_prote" failed to create
L 01/02/2003 - 09:16:56: [AMXX] Run time error 10 (plugin "csdm_equip.amxx") - debug not enabled!
L 01/02/2003 - 09:16:56: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 01/02/2003 - 09:16:57: [CSDM] Item "weapon_csdm_misc." failed to create
L 01/02/2003 - 09:16:57: [AMXX] Run time error 10 (plugin "csdm_equip.amxx") - debug not enabled!
L 01/02/2003 - 09:16:57: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 01/02/2003 - 09:16:58: [CSDM] Item "weapon_csdm_main." failed to create
L 01/02/2003 - 09:16:58: [AMXX] Run time error 10 (plugin "csdm_equip.amxx") - debug not enabled!
L 01/02/2003 - 09:16:58: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
spam_jammer is offline
Siborg
Member
Join Date: Dec 2005
Old 01-01-2006 , 06:59  
#935

Is there any support for this plugin anymore?

twistedeuphoria wrote
Quote:
It is similar to CSDM in some ways, however this code is muuuccchhh simpler and it also stops round ends from time and objective. (His plugin used to have that until Valve broke it. Then they fixed it and he didn't update.) I also talked to bailopan online and he may stop supporting CSDM completely.
My question is answered
Siborg is offline
DA
Veteran Member
Join Date: Nov 2005
Location: Germany/Münster
Old 01-01-2006 , 08:30  
#936

Hello,

Sorry but this is very big bull****.
CSDM modul is ver popular and many server has install this plugins.

Bye
__________________
DA is offline
MattOG
Senior Member
Join Date: May 2005
Old 01-02-2006 , 00:52  
#937

sorry if its been said, but i just noticed an error in spawn_editor.sma

it always saves the files as %s_spawns.cfg however the main plugin looks for %s.spawns.cfg just need to change every instance of _spawns.cfg to .spawns.cfg in the spawn_editor.sma and you're fine.

also csdm_menu contains a 4th option which I can't see the writing for...

1. Disable
2. Reload Config
3. Spawn Editor
4.
5. Exit

ta

Matt.
__________________

+Karma If I helped
MattOG is offline
redParadise
Junior Member
Join Date: Sep 2005
Old 01-02-2006 , 17:41  
#938

Hi, why there is no respawn command like /respawn
Sometimes, players get respawned on walls, hills, air etc.
redParadise is offline
Siborg
Member
Join Date: Dec 2005
Old 01-02-2006 , 18:25  
#939

I thought there was but it never worked for me, I'm sure I read it somewhere in these posts, must have been removed
Siborg is offline
DA
Veteran Member
Join Date: Nov 2005
Location: Germany/Münster
Old 01-02-2006 , 19:05  
#940

Hello,

Okay. All my csdm problems with spawnpoints are away.
I have found a old version of csdm. That version is very great.
Here is the download link: http://www.amxmodx.org/forums/download.php?id=3571

Bye
__________________
DA is offline
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:07.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode