View Single Post
@LeX
Junior Member
Join Date: Nov 2018
Old 05-01-2022 , 14:37   Re: CSDM 2.1.3d KWo beta
Reply With Quote #545

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 
sorry for the late reply...
i solved the problem. the problem was with the latest version of rehlds

i don't know precise what version of rehlds ( linux ) i used
i downloaded randmly old version of rehlds )

i wanted to use CSDM mode also on local mode to test certain plugins that worked only with CSDM
but for this ... i needed to use more old version of rehlds, more precise 3.8.0.711 ( windows )

i will come back with an edit with the rehlds version i used

ps.
normally it should load the necessary modules automatically and if it doesn't work we add it manually from "modules.ini". i knew this. thanks anyway

but my problem was that the CSDM module is not loading

shows that it is running in the meta list but stopped instantly after loading, which made that message in the meta list appear normal, probably saved temporarily in hlds memory and was displayed each time as if it was running, or it was running but stopped at a certain point which made the module appear to be running but the functions no.
i don't know i'm not an expert ) i am noob on this )

edit:
i come back )
my current rehlds version is: 3.10.0.761
more precise:
PHP Code:
ReHLDS version3.10.0.761-dev
Build date
14:03:01 Jul 25 2021 (2661)
Build from"i don't know if i'm allowed to post such links so i leave it hidden :)" 

Last edited by @LeX; 05-01-2022 at 14:50.
@LeX is offline