Jump to content

Recommended Posts

Posted

First you must have metamod and Amx mod X. ***

 

Now you need to go in C:\HLServer\cstrike\addons\amxmodx\configs

Then open modules.ini with bloc note or any other program

You should see this :

 

;;;
; 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

 

 

To activate one of these modules:

 

fun
engine
fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx

 

You only have to remove the ; before the module

You'll see when you instal a plugin sometime you need to activer fakemate or fun or engine .. Or you can also active everything so you won't have any problem to instal a plugin.

 

 

*** You can find them here : http://www.maxcheaters.com/forum/index.php?topic=21132.0

 

Credits to : He4rtless

  • 5 months later...
  • 1 month later...
Posted

Don't dig dead topics, last reply was on   « Reply #1 on: March 26, 2008, 12:29:34 AM »

Locked

We lock the topics that exist over a year.(Just saw this topic)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...