i have to disable the csdm_main.amxx plugin otherwise a changelevel will crash hlds
windows 32 bit
hlds
cs 1.6
amx 1.6
csdm 2.00
modules.ini
Code:
;Counter-Strike Deathmatch module
;csdm_amxx_i386.so
csdm_amxx.dll
plugins.ini that crashes hlds on changelevel
Code:
;Counter-Strike Deathmatch Plugins
csdm_main.amxx ;Main plugin, required for most things (CAUSES CRASH ON CHANGELEVEL ON WIN32)
csdm_equip.amxx ;Weapons and equipment menus
csdm_spawn_preset.amxx ;Preset spawning (each map must have a spawn file in amxmodx/configs/csdm/)
spawn_editor.amxx ;Edits/creates spawn points for maps
csdm_misc.amxx ;Miscellanious extra features
;csdm_tickets.amxx ;Round ticketing (each team only has X number of spawns before they lose)
;csdm_protection.amxx ;Sets spawn protection
plugins.ini that does not crash on changelevel
Code:
;Counter-Strike Deathmatch Plugins
;csdm_main.amxx ;Main plugin, required for most things (CAUSES CRASH ON CHANGELEVEL ON WIN32)
csdm_equip.amxx ;Weapons and equipment menus
csdm_spawn_preset.amxx ;Preset spawning (each map must have a spawn file in amxmodx/configs/csdm/)
spawn_editor.amxx ;Edits/creates spawn points for maps
csdm_misc.amxx ;Miscellanious extra features
;csdm_tickets.amxx ;Round ticketing (each team only has X number of spawns before they lose)
;csdm_protection.amxx ;Sets spawn protection