View Single Post
Freecode
Never Fall Asleep
Join Date: Jan 2004
Old 07-28-2006 , 19:08   Re: Super Hero Module 2.002 & New Server
#67

Quote:
Originally Posted by alcatraaaz34
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.                              ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
shero
sh_anubis
sh_aquaman
sh_batman
sh_blackpanther
sh_bomberman
sh_captaina
sh_cyclops
sh_daredevil
sh_dazzler
sh_dracula
sh_flash
sh_grandmaster
sh_hobgoblin
sh_hulk
sh_humantorch
sh_ironman
sh_kamikaze
sh_magneto
sh_mystique
sh_punisher
sh_shadowcat
sh_skeletor
sh_spiderman
sh_superman
sh_wolverine
sh_xavier
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 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
you gotta remove all that shero stuff from there. Thats for module not plugin.

Just make sure you have the module file (shero_amxx.dll for win and shero_amxx_i386.so for linux) inside modules folder. And you have plugins-shero.ini inside configs folder. All shero plugins including shero.amxx are inside plugins folder.
Freecode is offline