This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

CSDM 2.1.3d KWo beta


Post New Thread Reply   
 
Thread Tools Display Modes
rick17b
Junior Member
Join Date: Sep 2007
Old 05-23-2008 , 09:36   Re: CSDM 2.1j beta
Reply With Quote #271

In my configs/plugins.ini file I have csdm_main.amxx loaded when server starts. In most of the posts that I have read that is the only csdm module that has to be loaded to be able to control the other plugins and also to make it possible to disable/enable csdm all together.

I found this post: http://forums.alliedmods.net/showthr...t=51669&page=2

I might try to make these changes in the plugins-mapname.in and in the mapname.cfg file under /configs/maps directory to see if that works. I know I have tried to issue the command csdm_disable in my console and get command not found.

Last edited by rick17b; 05-23-2008 at 09:42.
rick17b is offline
Old 05-23-2008, 09:50
rick17b
This message has been deleted by rick17b. Reason: already posted this entry in the thread
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 05-23-2008 , 14:58   Re: CSDM 2.1j beta
Reply With Quote #272

Quote:
Originally Posted by rick17b View Post
In my configs/plugins.ini file I have csdm_main.amxx loaded when server starts.
(...)
I know I have tried to issue the command csdm_disable in my console and get command not found.
You don't need to use csdm_disable since You have "enabled = 0" in extraconfigs (allmaps.cfg). But since that one is not working, more than likely Your csdm_main plugin is somehow disabled or not loaded. You can easy check that by typing in the server console:
amxx plugins
And how about Your csdm-plugins.ini file?
I suggest You put there that only line:
csdm_main.amxx
so it is always loaded - no matter what map.

plugins-aim_headshot.ini:
csdm_equip.amxx disabled
csdm_spawn_preset.amxx disabled
csdm_misc.amxx disabled
csdm_protection.amxx disabled
csdm_ffa.amxx disabled
csdm_tickets.amxx disabled
csdm_itemmode.amxx disabled

That one should prevent other csdm plugins to be working.
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
ChrissT
New Member
Join Date: May 2008
Old 06-19-2008 , 12:46   Re: CSDM 2.1j beta
Reply With Quote #273

I've got this repeating error, repeating from time to time:

L 06/19/2008 - 15:273: Start of error session.
L 06/19/2008 - 15:273: Info (map "de_dust") (file "addons/amxmodx/logs/error_20080619.log")
L 06/19/2008 - 15:273: Invalid menu id -1(7)
L 06/19/2008 - 15:273: [AMXX] Run time error 10 (plugin "csdm_equip.amxx") (native "menu_items") - debug not enabled!
L 06/19/2008 - 15:273: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

Is there a bug fix for this ?
ChrissT is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 06-19-2008 , 14:07   Re: CSDM 2.1j beta
Reply With Quote #274

Quote:
Originally Posted by ChrissT View Post
L 06/19/2008 - 15:273: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
First do what it says - add "debug" (without quotes) after csdm_equip.amxx in csdm-plugins.ini, I mean like this:

csdm_equip.amxx debug
then post the log output once more. Make sure - during the installation process - You had stopped CS completly on the server (otherwise some of files couldn't be overwritten during the update process).
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
ChrissT
New Member
Join Date: May 2008
Old 06-20-2008 , 04:12   Re: CSDM 2.1j beta
Reply With Quote #275

The debug option doesn't work in plugins-csdm.ini ...
I moved csdm_equip to plugins and it works.
And I get this error:

L 06/20/2008 - 10:56:26: [AMXX] Displaying debug trace (plugin "csdm_equip.amxx")
L 06/20/2008 - 10:56:26: [AMXX] Run time error 10: native error (native "menu_items")
L 06/20/2008 - 10:56:26: [AMXX] [0] csdm_equip.sma::plugin_init (line 186)

I use the latest linux svn amxmodx version from the svn page and all the other plugins work perfectly

Last edited by ChrissT; 06-20-2008 at 04:16.
ChrissT is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 06-20-2008 , 07:35   Re: CSDM 2.1j beta
Reply With Quote #276

Quote:
Originally Posted by ChrissT View Post
The debug option doesn't work in plugins-csdm.ini ...
I moved csdm_equip to plugins and it works.
(...)
I use the latest linux svn amxmodx version from the svn page and all the other plugins work perfectly
That means there is a bug in the SVN version, because for me that option works in 1.8.0.
You cannot load some CSDM plugins from plugins.ini and other from plugins-csdm.ini. There is a need to load them from one place in the specific order (otherwise everything is messed up). If that debug option doesn't work in plugins-csdm.ini - I would suggest to move all plugins from that file to normal plugins.ini and remove plugins-csdm.ini at all (to prevent some plugins load twice). Another suggestion - if You are using some never AMX X version than this one, CSDM files are compiled against, You should recompile all plugins locally on Your PC (and use these instead those coming with the package).
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
ChrissT
New Member
Join Date: May 2008
Old 06-20-2008 , 09:56   Re: CSDM 2.1j beta
Reply With Quote #277

1.8.0 version was not stable, and has some bugs ...
I use the cvs version without problems for about 2 months or so, without any errors (there was no update from about 7 weeks), and tested a bunch of plugins and modified some and none of them gave me errors, or if they gave me it was because of errors in scripts, and I corrected them and now the only plugin that give me an error is csdm_equip ...)
I've tested csdm 2.1.1 and works ok.
This 2.1j is giving me this error ...
I'll see what I can do about it.
ChrissT is offline
ChrissT
New Member
Join Date: May 2008
Old 06-20-2008 , 11:19   Re: CSDM 2.1j beta
Reply With Quote #278

Strange ...
On an AMD I do not get that error. On Intel I get it with the same server and setting ...
ChrissT is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 06-23-2008 , 10:32   Re: CSDM 2.1j beta
Reply With Quote #279

Both of Your servers are windows/linux or which one doesn't give the error and which it does? I mean if that happen no matter what operating system You are using (only because of AMD/Intel)?
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
AcidoX
Senior Member
Join Date: Oct 2007
Location: Vilnius
Old 06-30-2008 , 13:35   Re: CSDM 2.1j beta
Reply With Quote #280

hi KWo, what do you think about my idea, of adding a cvar to set the spawn sounds in your version?
__________________
Who need lockerz invite? Pm me.
AcidoX is offline
Send a message via Skype™ to AcidoX
Reply



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 12:37.


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