Raised This Month: $51 Target: $400
 12% 

CSDM messed up.. (help thread)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
o2gulo
Member
Join Date: Jul 2008
Old 03-04-2010 , 05:40   CSDM messed up.. (help thread)
Reply With Quote #1

Hello, I was playing CSDM when it works perfectly when i start the server and i saw that i WAS soawn at the CT BASE ( i am CT) but i set my config to "preset" but i have the .cfg file for spawn points (or whatever) and then the item menu also doesnt show up but when you get killed respawn works perfectly. But i have also alot of custom plugins but i disabled them all. here is the list of my

CSDM.cfg
Code:
;CSDM Configuration File
; Default settings by BAILOPAN

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Main plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[settings]

;Sets whether CSDM is enabled or not.
enabled = 1

;Sets whether or not players should be stripped of weapons on round start
; (excludes knife)
strip_weapons = 1

;Sets how long weapons should stay on the ground for after being dropped
;in seconds.  note that enabling this can create lots of lag for clients 
; AND server.  0 is immediate, -1 is infinite.
weapons_stay = 0

;Sets the spawn mode.
; "none" - users spawn at normal map spawn points
; "preset" - csdm_spawn_preset.amxx required, uses predefined spawns in config files
; -- others may be supplied by 3rd party plugins
spawnmode = preset

;Sets whether the bomb is removed
remove_bomb = 1

;Sets the spawn waiting time
spawn_wait_time = 0.75

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the FFA plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ffa]
;Set whether free for all mode is enabled by default
enabled = 0

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Misc plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[misc]
;Map objectives are removed by their flags.
; a - as_ maps
; b - buyzones are removed
; c - cs_ maps
; d - de_ maps
remove_objectives = abcd

;Blocks people from using all buy commands
block_buy = 1

;Auto-refills ammo when it gets depleted
ammo_refill = 1

;Says a radio command to a player when they respawn
spawn_radio_msg = 0


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the ticketing plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ticketing]

;Is round ticketing enabled?
enabled = 0

;Number of times a team can have players respawn before they stop
; being able to respawn
tickets = 150


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the protection plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[protection]

;Is spawn protection enabled?
enabled = 1

;Colors of glow shell, leave this in quotes
;The digits are R, G, B, A where A is the alpha transparency
; (as A gets higher, the glow shell is thicker)
colors = "0 255 0 200"

;Number of seconds someone is respawned for.
time = 2


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the equip plugin for these sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[equip]

;Equip Menu flags: 
; p - primary
; s - secondary
; a - armor
; g - grenade
; b - buy
menus = psag

;Autoitem flags:
; a - armor
; h - helmet
; g - grenades
; d - defusekit (CTs only!)
; n - nightvision
autoitems = ahg

;Grenade flags:
; f - flashbang
; h - he grenade
; s - smoke grenade
grenades = fhs

;Sets number of flashbangs given if
; grenades are enabled
fnadesnum = 3


;;;;;;;;;;;;;;;;
;;WEAPON MENUS;;
;;;;;;;;;;;;;;;;

;Format for weapon menus is:
;shortname "Display Name" menupage
;Change the '1' to a '0' to block the weapon
;Removing or moving things 
;  from the list will change the order of the menus!

[secondary]
usp USP 1
glock18 Glock 1
deagle Deagle 1
p228 P228 1
elite Elite 1
fiveseven "Five Seven" 1

[primary]
m4a1 M4A1 1
ak47 AK47 1
aug AUG 1
sg552 SG552 1
galil Galil 1
famas Famas 1
scout Scout 1
awp AWP 0
sg550 SG550 1
m249 M249 0
g3sg1 G3SG1 1
ump45 "UMP 45" 1
mp5navy "MP5 Navy" 1
m3 M3 1
xm1014 XM1014 1
tmp TMP 1
mac10 "Mac 10" 1
p90 P90 1

;List weapons here the bots can randomly have
;The short name must match one in the list above
[botsecondary]
deagle
usp

[botprimary]
m4a1
ak47
aug
sg552
galil
famas
scout
awp
sg550
m249
g3sg1
ump45
mp5navy
m3
xm1014
tmp
mac10
p90
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the item mode plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[items]

;Is item mode enabled?
enabled = 0

;If set to 1, players will drop a pack of goodies when they die.
drop_packs = 1

;Sets the number of armor given by a battery. Default is 15.
battery = 15

;Sets the number of health given by a medkit. Default is 15.
medkit = 15

;Sets the time to wait for an item to reappear on its place. Default is 20 (0 = permanent)
item_time = 20

;Sets how long packs stay on the ground. (Max is 30 seconds)
drop_time = 20

;Remove semicolons to restrict any of the following items
; or add the short weapon names of the weapons you want to restrict (m4a1, ak47, awp ...)
[item_restrictions]
;longjump
;medkit
;battery
;pistolammo
;rifleammo
;shotammo
;smgammo
;awpammo
;paraammo
;fullammo
;armor
PLUGINS.cfg

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

maphandler06.amxx; Creates maps.ini file for mapchooser plugin

; 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)
pluginmenu.amxx        ; Menus for commands/cvars organized by plugin

; 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
mapchooser4.amxx        ; allows to vote for next map
timeleft.amxx        ; displays time left on map

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

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

; Enable to use AMX Mod plugins
;amxmod_compat.amxx    ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
admin_bury.amxx
adminglow.amxx
;adminshow.amxx
aliases.amxx
;clexec.amxx
crashmap.amxx
godmode2.amxx
;gore.amxx
;helpgen.amxx
hostages.amxx
recorddemo.amxx
slayall.amxx
;swapteam15.amxx
teamswap.amxx
;voteacess.amxx 
;welcomemsg.amxx
amxx_podbotmenu.amxx
;csdm_mod.amxx    ; use it only for old CS1.5
he_arena.amxx
chickenmod_oe.amxx
pb_weap_restr_ffa.amxx
sniperlimit.amxx
;shptools.amxx
cheat.amxx
;weapons_maxclip.amxx
;bpammo_features.amxx
;grenade_sack-0.4.1.amxx
pingfaker.amxx
;gungame.amxx
Plugins-csdm.cfg

Code:
;rename this file to disabled-csdm.ini to turn it off.
;rename it back to plugins-csdm.ini to turn it on.

;put a semi-colon in front of a plugin to disable it.
;add the word debug after a plugin to place it in debug mode
; for example: csdm_main.amxx debug
;remove a semi-colon to re-enable a plugin


;Main plugin, required for most cases
csdm_main.amxx

;Weapons and equipment menus
csdm_equip.amxx

;Enables preset spawning and the preset spawning editor
;Map config files are located in configs/csdm
csdm_spawn_preset.amxx
;spawn_editor.amxx

;Miscellanious extra features, such as ammo refills
; and objective removals
csdm_misc.amxx

;Spawn protection
csdm_protection.amxx

;Adds free-for-all mode (must be enabled in csdm.cfg too)
csdm_ffa.amxx

;Round ticketing mode, like FireArms.  First team to use all
; of their death points loses the ability to respawn.
; (must be enabled in csdm.cfg too)
;csdm_tickets.amxx

;Item mode (from CSDM1)
;Must be enabled in csdm.cfg as well (at the very bottom)
;There is currently no item editor!
;csdm_itemmode.amxx
Thank you for you kind support. cheers!
__________________
LOL sorry my english is freaking bad!!


UNBEATABLE INTERNET SPEED!!! no one is slow as mine!!


o2gulo is offline
Send a message via Yahoo to o2gulo
luffy67
Junior Member
Join Date: Jan 2007
Old 03-04-2010 , 11:33   Re: CSDM messed up.. (help thread)
Reply With Quote #2

For items :
Code:
[items]

;Is item mode enabled?
enabled =  1
Code:
;Item mode (from CSDM1)
;Must be enabled in csdm.cfg as well (at the very bottom)
;There is currently no item editor!
csdm_itemmode.amxx
you miss to enable = 1

and you miss to uncomment the line csdm_itemmod.amxx ( look up )
__________________
luffy67 is offline
o2gulo
Member
Join Date: Jul 2008
Old 03-05-2010 , 00:38   Re: CSDM messed up.. (help thread)
Reply With Quote #3

i'm sorry i got wrong.. i mean the GUN menu when you spawn. and the buyzone isnt also blocked.
__________________
LOL sorry my english is freaking bad!!


UNBEATABLE INTERNET SPEED!!! no one is slow as mine!!


o2gulo is offline
Send a message via Yahoo to o2gulo
o2gulo
Member
Join Date: Jul 2008
Old 03-05-2010 , 07:06   Re: CSDM messed up.. (help thread)
Reply With Quote #4

it seems i got this weird error'

Code:
L 03/05/2010 - 20:05:15: -------- Mapchange to de_dust --------
L 03/05/2010 - 20:05:15: [AMXX] Plugin "csdm_main.amxx" failed to load: Plugin uses an unknown function (name "csdm_respawn") - check your modules.ini.
L 03/05/2010 - 20:05:15: [AMXX] Plugin "csdm_equip.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
L 03/05/2010 - 20:05:15: [AMXX] Plugin "csdm_spawn_preset.amxx" failed to load: Plugin uses an unknown function (name "csdm_trace_hull") - check your modules.ini.
L 03/05/2010 - 20:05:15: [AMXX] Plugin "csdm_misc.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
L 03/05/2010 - 20:05:15: [AMXX] Plugin "csdm_protection.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
L 03/05/2010 - 20:05:15: [AMXX] Plugin "csdm_itemmode.amxx" failed to load: Plugin uses an unknown function (name "csdm_give_item") - check your modules.ini.
L 03/05/2010 - 20:05:18: [CSDM2] CSDM failed to load, contact author...

but when i check modules.ini

i saw there everything uncommented (;) execept mysql and sqlite because i only run local server and play with bots (pod-botts)
__________________
LOL sorry my english is freaking bad!!


UNBEATABLE INTERNET SPEED!!! no one is slow as mine!!


o2gulo is offline
Send a message via Yahoo to o2gulo
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-05-2010 , 07:07   Re: CSDM messed up.. (help thread)
Reply With Quote #5

Make sure CSDM module is loaded. ( meta list )
__________________
Arkshine is offline
o2gulo
Member
Join Date: Jul 2008
Old 03-05-2010 , 07:54   Re: CSDM messed up.. (help thread)
Reply With Quote #6

yes it says it runs

CSDM2
__________________
LOL sorry my english is freaking bad!!


UNBEATABLE INTERNET SPEED!!! no one is slow as mine!!


o2gulo is offline
Send a message via Yahoo to o2gulo
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-05-2010 , 07:57   Re: CSDM messed up.. (help thread)
Reply With Quote #7

Show the whole output of :

meta list
amxx list
__________________
Arkshine is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 03-05-2010 , 10:37   Re: CSDM messed up.. (help thread)
Reply With Quote #8

Quote:
L 03/05/2010 - 20:05:18: [CSDM2] CSDM failed to load, contact author...
Even if it's loaded, it's not working correctly...
Steam or no-steam? ZBOTs using? CS addon pack installed?
__________________
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
o2gulo
Member
Join Date: Jul 2008
Old 03-05-2010 , 17:59   Re: CSDM messed up.. (help thread)
Reply With Quote #9

it's steam, and no cs addon pack and using pod-bot only and im playing local only server.. i dont host internet


amxx list

Code:
] amxx list
Currently loaded plugins:
       name                    version     author            file             status   
 [  1] Admin Base              1.8.1.3746  AMXX Dev Team     admin.amxx       running  
 [  2] Admin Commands          1.8.1.3746  AMXX Dev Team     admincmd.amxx    running  
 [  3] Admin Help              1.8.1.3746  AMXX Dev Team     adminhelp.amxx   running  
 [  4] Slots Reservation       1.8.1.3746  AMXX Dev Team     adminslots.amxx  running  
 [  5] Multi-Lingual System    1.8.1.3746  AMXX Dev Team     multilingual.am  running  
 [  6] AMX Map Handler         0.6         JGHG              maphandler06.am  running  
 [  7] Menus Front-End         1.8.1.3746  AMXX Dev Team     menufront.amxx   running  
 [  8] Commands Menu           1.8.1.3746  AMXX Dev Team     cmdmenu.amxx     running  
 [  9] Players Menu            1.8.1.3746  AMXX Dev Team     plmenu.amxx      running  
 [ 10] Teleport Menu           1.8.1.3746  AMXX Dev Team     telemenu.amxx    running  
 [ 11] Maps Menu               1.8.1.3746  AMXX Dev Team     mapsmenu.amxx    running  
 [ 12] Plugin Menu             1.8.1.3746  AMXX Dev Team     pluginmenu.amxx  running  
 [ 13] Admin Chat              1.8.1.3746  AMXX Dev Team     adminchat.amxx   running  
 [ 14] Anti Flood              1.8.1.3746  AMXX Dev Team     antiflood.amxx   running  
 [ 15] Scrolling Message       1.8.1.3746  AMXX Dev Team     scrollmsg.amxx   running  
 [ 16] Info. Messages          1.8.1.3746  AMXX Dev Team     imessage.amxx    running  
 [ 17] Admin Votes             1.8.1.3746  AMXX Dev Team     adminvote.amxx   running  
 [ 18] NextMap                 1.8.1.3746  AMXX Dev Team     nextmap.amxx     running  
 [ 19] Nextmap Chooser 4       3.3         AMX Dev & KWo     mapchooser4.amx  running  
 [ 20] TimeLeft                1.8.1.3746  AMXX Dev Team     timeleft.amxx    running  
 [ 21] Pause Plugins           1.8.1.3746  AMXX Dev Team     pausecfg.amxx    running  
 [ 22] Stats Configuration     1.8.1.3746  AMXX Dev Team     statscfg2.amxx   running  
 [ 23] Restrict Weapons        1.8.1.3746  AMXX Dev Team     restmenu.amxx    running  
 [ 24] StatsX2                 1.8.1.3746  AMXX Dev Team     statsx2.amxx     running  
 [ 25] CS Misc. Stats2         1.8.1.3746  AMXX Dev Team     miscstats2.amxx  running  
 [ 26] CS Stats Logging        1.8.1.3746  AMXX Dev Team     stats_logging.a  running  
 [ 27] Admin Bury              0.9.3       f117bomb          admin_bury.amxx  running  
 [ 28] Admin Glow              0.9.9       f117bomb          adminglow.amxx   running  
 [ 29] Command Aliases         0.7         JustinHoMi        aliases.amxx     running  
 [ 30] Map Crash Saver         1.1         Zious             crashmap.amxx    running  
 [ 31] Admin Godmode II        1.0         v!p3.gTs          godmode2.amxx    running  
 [ 32] Hostage Events          0.9.3       default           hostages.amxx    paused   
 [ 33] AMX X Record Demo       v2.5        KWo & KaszpiR     recorddemo.amxx  running  
 [ 34] SlayAll                 0.8         JustinHoMi        slayall.amxx     running  
 [ 35] Smart Team Swap         1.0.0       Grygrx            teamswap.amxx    running  
 [ 36] POD-Bot Menu            1.3         g4s|figurE.09     amxx_podbotmenu  running  
 [ 37] HE Arena                0.5         jghg              he_arena.amxx    running  
 [ 38] ChickenMod: Orange Edi  0.6.4b      ChickenMod Team   chickenmod_oe.a  running  
 [ 39] Podbot mm Restrictions  1.3         KWo               pb_weap_restr_f  running  
 [ 40] AWP/AUTO Limit (Team/W  1.5         SuicideDog/MattO  sniperlimit.amx  running  
 [ 41] amx_cheat               1.0         watch             cheat.amxx       running  
 [ 42] Ping Faker              1.4         MeRcyLeZZ         pingfaker.amxx   running  
 [ 43] unknown                 unknown     unknown           csdm_main.amxx   bad load 
 [ 44] unknown                 unknown     unknown           csdm_equip.amxx  bad load 
 [ 45] unknown                 unknown     unknown           csdm_spawn_pres  bad load 
 [ 46] CSDM Spawn Editor       2.1.1       CSDM Team         spawn_editor.am  paused   
 [ 47] unknown                 unknown     unknown           csdm_misc.amxx   bad load 
 [ 48] unknown                 unknown     unknown           csdm_protection  bad load 
 [ 49] unknown                 unknown     unknown           csdm_itemmode.a  bad load 
( 43) Load fails: Plugin uses an unknown function (name "csdm_respawn") - check your modules.ini.
( 44) Load fails: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
( 45) Load fails: Plugin uses an unknown function (name "csdm_trace_hull") - check your modules.ini.
( 47) Load fails: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
( 48) Load fails: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
( 49) Load fails: Plugin uses an unknown function (name "csdm_give
meta list

Code:
Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
 [ 1] AMX Mod X        RUN   -    amxmodx_mm.dll    v1.8.1.3  ini  Start ANY  
 [ 2] POD-Bot mm       RUN   -    podbot_mm.dll     v3.0B20b  ini  Chlvl ANY  
 [ 3] Fun              RUN   -    fun_amxx.dll      v1.8.1.3  pl1  ANY   ANY  
 [ 4] Engine           RUN   -    engine_amxx.dll   v1.8.1.3  pl1  ANY   ANY  
 [ 5] FakeMeta         RUN   -    fakemeta_amxx.dl  v1.8.1.3  pl1  ANY   ANY  
 [ 6] CStrike          RUN   -    cstrike_amxx.dll  v1.8.1.3  pl1  ANY   ANY  
 [ 7] CSX              RUN   -    csx_amxx.dll      v1.8.1.3  pl1  ANY   ANY  
 [ 8] Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.1.3  pl1  ANY   ANY  
 [ 9] CSDM2            RUN   -    csdm_amxx.dll     v2.1.2    pl1  ANY   ANY  
9 plugins
__________________
LOL sorry my english is freaking bad!!


UNBEATABLE INTERNET SPEED!!! no one is slow as mine!!


o2gulo is offline
Send a message via Yahoo to o2gulo
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 03-06-2010 , 06:01   Re: CSDM messed up.. (help thread)
Reply With Quote #10

Normally CSDM module - when is loaded, it works. In Your case there is some problem with loading the module. From that what I can see You does have installed CS addon pack (even if You are saying - no), because You have installed my All-In-One package. The only thing You have changed is - You switched (for some reason) to the regular CSDM from my beta 2.1.2k from All-In-One package. If You are playing with any metamod bots, it's recomended to use my version. Why? Whenever the metamod bot intentionally drops a weapon to pickup another one, the dropped weapon is not removed from the map (AMX X can't hook that because of metamod limitations) and it increases the amount of entities on the server, which is leading to lags, finally to freezing/crashing the server.
I would suggest to reinstall the All-In-One package and update only it with Your plugins and newest beta of podbot mm.
__________________
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
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 01:12.


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