Raised This Month: $32 Target: $400
 8% 

CSDM 2.0 (Old Version)


Post New Thread Closed Thread   
 
Thread Tools Display Modes
sibis
Junior Member
Join Date: Jun 2006
Old 06-19-2006 , 11:19   nevermind
#1291

fixed




CSDM Main 2.00 CSDM Team csdm_main.amxx running
CSDM Equip 2.00 CSDM Team csdm_equip.amxx running
CSDM Misc 2.00 CSDM Team csdm_misc.amxx running
CSDM Protection 2.00 BAILOPAN csdm_protection running
CSDM Mod 2.00 CSDM Team csdm_spawn_pres running
CSDM Spawn Editor 2.00 CSDM Team spawn_editor.am running
CSDM Main 2.00 CSDM Team csdm_main.amxx running
CSDM Equip 2.00 CSDM Team csdm_equip.amxx running
CSDM Misc 2.00 CSDM Team csdm_misc.amxx running
CSDM Protection 2.00 BAILOPAN csdm_protection running
CSDM Mod 2.00 CSDM Team csdm_spawn_pres running
CSDM Spawn Editor 2.00 CSDM Team spawn_editor.am running
__________________
-cs forever-
sibis is offline
sibis
Junior Member
Join Date: Jun 2006
Old 06-19-2006 , 11:57   how put out
#1292

how do you put out gun menu that you get at start of new round?

i meen that it isnd on
tnx
any other usefull commands?
__________________
-cs forever-
sibis is offline
voivod
Member
Join Date: Jun 2006
Location: poland
Old 06-19-2006 , 12:57  
#1293

lol it crashes my server when i choose awp :/
__________________
my server and maps
-> http://voivod.hk.pl <-
voivod is offline
1319987654321
Member
Join Date: Feb 2005
Old 06-20-2006 , 00:07  
#1294

AFTER adding line
Code:
;Counter-Strike Deathmatch Module
csdm_amxx
In modules.ini
listen server wont start (jump out to window without messages)
in errorlog , only the classmenu.res problem

=/

(Using AMXX1.71 downloaded just now , very clean / Using csdm2.1)

What have I done? :
1.install amxx
2.successful test run
3.copy anything except docuentation from csdm2.1 into amxx folder
4.sucessful test run
5.add the above line into modules.ini
6.unsucessful test run
7.remove the above line
8.successful test run
1319987654321 is offline
Send a message via ICQ to 1319987654321
1319987654321
Member
Join Date: Feb 2005
Old 06-20-2006 , 00:17  
#1295

If I run a server without csdm module:

Code:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx		; admin base (required for any admin-related)
;admin_sql.amxx		; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx		; basic admin console commands
adminhelp.amxx		; help command for admin console commands
adminslots.amxx		; slot reservation
multilingual.amxx	; Multi-Lingual management

; Menus
menufront.amxx		; front-end for admin menus
cmdmenu.amxx		; command menu (speech, settings)
plmenu.amxx		; players menu (kick, ban, client cmds.)
;telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx		; maps menu (vote, changelevel)

; Chat / Messages
adminchat.amxx		; console chat commands
antiflood.amxx		; prevent clients from chat-flooding the server
scrollmsg.amxx		; displays a scrolling message
imessage.amxx		; displays information messages
adminvote.amxx		; vote commands

; Map related
nextmap.amxx		; displays next map in mapcycle
mapchooser.amxx		; allows to vote for next map
timeleft.amxx		; displays time left on map

; Configuration
pausecfg.amxx		; allows to pause and unpause some plugins
statscfg.amxx		; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx		; restrict weapons menu
statsx.amxx		; stats on death or round end (CSX Module required!)
;miscstats.amxx		; bunch of events announcement for Counter-Strike
;stats_logging.amxx	; weapons stats logging (CSX Module required!)


; Custom - Add 3rd party plugins here
csdm_ffa.amxx
csdm_equip.amxx
csdm_itemmode.amxx
csdm_main.amxx
csdm_misc.amxx
csdm_protection.amxx
csdm_spawn_preset.amxx
csdm_tickets.amxx
Code:
]amx_plugins 
Currently loaded plugins:
name               version  author            file             status   
Admin Base         1.71     AMXX Dev Team     admin.amxx       running  
Admin Commands     1.71     AMXX Dev Team     admincmd.amxx    running  
Admin Help         1.71     AMXX Dev Team     adminhelp.amxx   running  
Slots Reservation  1.71     AMXX Dev Team     adminslots.amxx  running  
Multi-Lingual Sys  1.71     AMXX Dev Team     multilingual.am  running  
Menus Front-End    1.71     AMXX Dev Team     menufront.amxx   running  
Commands Menu      1.71     AMXX Dev Team     cmdmenu.amxx     running  
Players Menu       1.71     AMXX Dev Team     plmenu.amxx      running  
Maps Menu          1.71     AMXX Dev Team     mapsmenu.amxx    running  
Admin Chat         1.71     AMXX Dev Team     adminchat.amxx   running  
Anti Flood         1.71     AMXX Dev Team     antiflood.amxx   running  
Scrolling Message  1.71     AMXX Dev Team     scrollmsg.amxx   running  
Info. Messages     1.71     AMXX Dev Team     imessage.amxx    running  
Admin Votes        1.71     AMXX Dev Team     adminvote.amxx   running  
NextMap            1.71     AMXX Dev Team     nextmap.amxx     running  
Nextmap Chooser    1.71     AMXX Dev Team     mapchooser.amxx  running  
TimeLeft           1.71     AMXX Dev Team     timeleft.amxx    running  
Pause Plugins      1.71     AMXX Dev Team     pausecfg.amxx    running  
Stats Configurati  1.71     AMXX Dev Team     statscfg.amxx    running  
StatsX             1.71     AMXX Dev Team     statsx.amxx      running  
CSDM Main          2.10     CSDM Team         csdm_ffa.amxx    running  
unknown            unknown  unknown           csdm_equip.amxx  bad load 
unknown            unknown  unknown           csdm_itemmode.a  bad load 
unknown            unknown  unknown           csdm_main.amxx   bad load 
unknown            unknown  unknown           csdm_misc.amxx   bad load 
unknown            unknown  unknown           csdm_protection  bad load 
unknown            unknown  unknown           csdm_spawn_pres  bad load 
unknown            unknown  unknown           csdm_tickets.am  bad load 
28 plugins, 21 running
[/code]
1319987654321 is offline
Send a message via ICQ to 1319987654321
jittress
Junior Member
Join Date: Jan 2006
Old 06-21-2006 , 00:13   death match crash i really need help
#1296

i get this in my log file after the crash etc.... i use amx_ammo on my server where my admin will have infitie grenades etc.... but i had that disabled and still it crashed ive been looking and looking some 1 in the death match server but u know how it get in there ppl dont have time to talk etc.... ppl love my server and want the death match to work but i dont know if all my plugins can work with it or if i havbe to turn them all off PLZ HELP TY

I AM THE LEAD ADMIN AND OWNER OF MY SERVER PLZ STOP BYE AND SAY HELLO!

69.9.191.136:27015 24/7 Fy_buzzkill Hookmod/FUN

L 06/20/2006 - 22:586: Invalid weapon id 0
L 06/20/2006 - 22:586: [AMXX] Run time error 10 (plugin "csdm_mod.amxx") - debug not enabled!
L 06/20/2006 - 22:586: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 06/20/2006 - 22:58:46: Invalid weapon id 0

and

L 06/20/2006 - 23:12:43: [csdm_spawn_preset.amxx] No spawn points file found (addons/amxmodx/configs\csdm\fy_buzzkill.spawns.cfg)
L 06/20/2006 - 23:12:43: [csdm_main.amxx] CSDM spawn mode set to preset
jittress is offline
Send a message via MSN to jittress
Fat D
Senior Member
Join Date: Jun 2006
Old 06-21-2006 , 01:22  
#1297

I had trouble compiling 2.10 (from CVS) for AMXX 1.71.
AFAIK, it only works with 1.75, but you can see it on the CSDM site.
Quote:
CSDM 2.1 Installation Instructions:

1. Make sure the latest version of AMX Mod X is installed. Version 1.75 or higher is required.
Fat D is offline
1319987654321
Member
Join Date: Feb 2005
Old 06-21-2006 , 03:43  
#1298

Where can i find a 1.75?
1319987654321 is offline
Send a message via ICQ to 1319987654321
teame06
i have a hat
Join Date: Feb 2005
Location: Hat City
Old 06-21-2006 , 05:33  
#1299

Quote:
Originally Posted by 1319987654321
Where can i find a 1.75?
You can compile it from the cvs when it come back online.

or

Wait till it released. It still in beta Testing.
__________________
No private support via Instant Message
GunGame:SM Released
teame06 is offline
Send a message via AIM to teame06
FaFu
Junior Member
Join Date: Jun 2006
Old 06-21-2006 , 09:40  
#1300

hmm.. some one in finland help me private message ----->
FaFu 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 07:19.


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