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

CSDM 2.1.3d KWo beta


Post New Thread Reply   
 
Thread Tools Display Modes
Shico
Junior Member
Join Date: Feb 2018
Old 01-01-2024 , 10:06   Re: CSDM 2.1.3d KWo beta
Reply With Quote #551

Hey guys, this is my first post, I have a question, I'm not stupid, that's for sure, but since I've been using the csdm from KWo I've been getting this error message

Currently loaded plugins:
name version author file status
[ 1] AMXBans Core 6.14 SK amxbans_core.am debug
[ 2] AMXBans Main 6.14 SK amxbans_main.am debug
[ 3] Admin Commands 1.9.0.5294 AMXX Dev Team admincmd.amxx running
[ 4] Admin Help 1.9.0.5294 AMXX Dev Team adminhelp.amxx running
[ 5] Slots Reservation 1.9.0.5294 AMXX Dev Team adminslots.amxx running
[ 6] Multi-Lingual System 1.9.0.5294 AMXX Dev Team multilingual.am running
[ 7] Menus Front-End 1.9.0.5294 AMXX Dev Team menufront.amxx running
[ 8] Commands Menu 1.9.0.5294 AMXX Dev Team cmdmenu.amxx running
[ 9] Players Menu 1.9.0.5294 AMXX Dev Team plmenu.amxx running
[ 10] Maps Menu 1.9.0.5294 AMXX Dev Team mapsmenu.amxx running
[ 11] Plugin Menu 1.9.0.5294 AMXX Dev Team pluginmenu.amxx running
[ 12] Admin Chat 1.9.0.5294 AMXX Dev Team adminchat.amxx running
[ 13] Anti Flood 1.9.0.5294 AMXX Dev Team antiflood.amxx running
[ 14] Info. Messages 1.9.0.5294 AMXX Dev Team imessage.amxx running
[ 15] Admin Votes 1.9.0.5294 AMXX Dev Team adminvote.amxx running
[ 16] TimeLeft 1.9.0.5294 AMXX Dev Team timeleft.amxx running
[ 17] Galileo v5.9.1-926 Brad Jones/Addon galileo.amxx running
[ 18] Pause Plugins 1.9.0.5294 AMXX Dev Team pausecfg.amxx running
[ 19] Stats Configuration 1.9.0.5294 AMXX Dev Team statscfg.amxx running
[ 20] StatsX 1.9.0.5294 AMXX Dev Team statsx.amxx running
[ 21] CS Stats Logging 1.9.0.5294 AMXX Dev Team stats_logging.a running
[ 22] Admin Spectator ESP 1.3 KoST admin_spec_esp. running
[ 23] Rates Checker 1.61 pRED* ratescheck.amxx running
[ 24] Autoresponder/Advertis 0.5 MaximusBrood ad_manager.amxx running
[ 25] Map Spawns Editor 1.0.16 iG_os Map_Spawns_Edit running
[ 26] AFK Manager v1.6 Leon McVeran afk_manager.amx running
[ 27] Parachute 1.3 KRoT@L/JTP10181 amx_parachute.a running
[ 28] VAC Ban Status 0.3 bugsy vacbans.amxx running
[ 29] Accuracy Fix 3.0 Numb accuracy_fix.am running
[ 30] LAN Notifier 1.0 Brad Jones lann.amxx running
[ 31] unknown unknown unknown csdm_main.amxx bad load
[ 32] unknown unknown unknown csdm_equip.amxx bad load
[ 33] unknown unknown unknown csdm_spawn_pres bad load
[ 34] unknown unknown unknown csdm_misc.amxx bad load
[ 35] unknown unknown unknown csdm_stripper.a bad load
[ 36] unknown unknown unknown csdm_protection bad load
( 31) Load fails: Plugin uses an unknown function (name "csdm_respawn") - check your modules.ini.
( 32) Load fails: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
( 33) Load fails: Plugin uses an unknown function (name "csdm_trace_hull") - check your modules.ini.
( 34) Load fails: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
( 35) Load fails: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
( 36) Load fails: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.

And yes, everything is activated in my Modules.ini


HTML Code:
;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here.              ;;
;; You can just list their names, without the _amxx ;;
;;  or file extension.                              ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded   ;;
;;  as needed.  You do not need to enable them here ;;
;;  unless you have problems.                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

fun
engine
fakemeta
geoip
sockets
regex
nvault
cstrike
csx
hamsandwich
csdm

Last edited by Shico; 01-12-2024 at 13:05.
Shico is offline
Shico
Junior Member
Join Date: Feb 2018
Old 01-03-2024 , 09:56   Re: CSDM 2.1.3d KWo beta
Reply With Quote #552

Error while compiling here is the code from csdm_main

HTML Code:
	if (ret == CSDM_DROP_REMOVE)
	{
		if (shield)
			csdm_remove_weaponbox(id, ent, 0, 1, 1)
		else
			csdm_remove_weaponbox(id, ent, 0, 1, 0)
		return 1
	}
and csdm_misc line 116 this error

HTML Code:
		g_SettingsMenu = csdm_settings_menu()
and error Undefined symbol csdm_write_cfg on line 496 and 516

Last edited by Shico; 01-03-2024 at 10:01.
Shico is offline
crimsontide
Member
Join Date: Feb 2017
Old 02-08-2024 , 19:22   Re: CSDM 2.1.3d KWo beta
Reply With Quote #553

Did you ever find a fix? I think its just broken at this point because im having the same issue, except mine crashing when loading up a map, even tried the all in one installer. I guess thats it, it was fun while it lasted
crimsontide is offline
deanieabiepepler
Junior Member
Join Date: May 2023
Old 04-10-2024 , 03:50   Re: CSDM 2.1.3d KWo beta
Reply With Quote #554

Quote:
Originally Posted by CryWolf View Post
Install the csdm_amxx_i386.so from package to server dir .../moddir/amxmodx/modules
Optional if still doesn't start add csdm to .../moddir/amxmodx/configs/modules.ini
To look like this
PHP Code:

;;;
To enable a moduleremove the semi-colon (;) in front of its name.
; If 
it's not here, simply add it its name, one per line.
; You don'
t need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 
SQL Modules usually need to be enabled manually ;;
;; 
You can have any number on at a time.  Use      ;;
;;  
amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;
mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 
Put third party modules below here.              ;;
;; 
You can just list their nameswithout the _amxx ;;
;;  or 
file extension.                              ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 
These modules will be auto-detected and loaded   ;;
;;  as 
needed.  You do not need to enable them here ;;
;;  
unless you have problems.                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;
fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
;cstrike
;csx
;hamsandwich
;csdm 
NOW Counter-Strike Deathmatch 2.1.3d KWo beta is Working with AMX Mod X 1.9.0 Build 5294 for HLDS.

Just by enabling ;csdm into "Modules.ini" FINALLY.

So? i thought of Updating to Counter-Strike 2023 HLDS i thought CSDM 2.1.3d kWo Beta would work on the newest CS1.6 Server files but it doesn't even with Configuring "modules.ini"

but i updated my server to July 2019 HLDS. Counter-Strike 1.6 EVERYTHING Still works but i think after 2020 it wont work.

Last edited by deanieabiepepler; 04-10-2024 at 12:27.
deanieabiepepler is offline
deanieabiepepler
Junior Member
Join Date: May 2023
Old 04-13-2024 , 07:57   Re: CSDM 2.1.3d KWo beta
Reply With Quote #555

so? i've Bought a CS: CZero Server in Johannesburg South Africa with PingPerfect.com/

i've installed AMX Mod X 1.9.0 Build 5294 and MetaMod 1.21.1am and CSDM 2.1.3 kWo is working on my Game Server. but it wont work when i do the same on my own personal HP Z220 from SteamCMD.
deanieabiepepler is offline
Reply


Thread Tools
Display Modes

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:01.


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