[Guide] Инсталация на модулите

Bupyc™

New Member
Joined
Jul 10, 2008
Messages
504
Reaction score
327
Модулите се инсталирват по следният начин:


1.Разархивирвате дадения модул (напр. fun_amxx.dll)
2.Слагате го в addons/amxmodx/modules
3.Влизате в addons/amxmodx/configs/modules.ini
4.Добавяте нова линия с името на модула: fun


Ето примерен modules.ini (моя):


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 

; PostgreSQL 
;pgsql_amxx_i386.so 
;pgsql_amxx.dll 

; ------------------------------------ 
; Array - advanced arrays in scripting 
; ------------------------------------ 
;array_amxx_i386.so 
;array_amxx.dll 
;array_amxx_amd64.so

За въпроси пишете в тая тема
 
мисля , че е доста добро като за начинаещите