View Single Post
iwillnotchange
Junior Member
Join Date: Apr 2012
Old 04-21-2012 , 16:19   Re: GHW Connect Messages
Reply With Quote #87

I can't figure out what I'm doing wrong, can you please direct me?

Added to my plugins.
Code:
; Custom - Add 3rd party plugins here
GHW_connect.amxx
;automessage.amxx
;nword.amxx
;nirc.amxx
;war3ft.amxx debug
;abd.amxx
;respawn.amxx
;amx_super.amxx
;amx_super_menu.amxx
;amx_super_nospeed.amxx
;xredirect.amxx
;amx_bank.amxx
;amxx_podbotmenu.amxx


Added to my amxx.cfg
Code:
//ghw_connect
cm_connect_string "[AMXX] %name Welcome, please type /respawn to join in, and /changrace to pick a race!"
//- String that is displayed when a player connects
//Default: "[AMXX] %name Welcome, please type /respanw to join in, and /changrace to pick a race!"
cm_disconnect_string "[AMXX] %name (%steamid) has disconnected (%country)."
//- String that is displayed when a player disconnects
//Default: "[AMXX] %name (%steamid) has disconnected (%country)."

cm_flags 7
//Default: 31 (All)

cm_connect_sound "buttons/bell1.wav"
//- Sound file that is played on connect
//Default: "buttons/bell1.wav" (Half-Life Sound)
cm_disconnect_sound "fvox/blip.wav"
//- Sound file that is played on disconnect
//Default: "fvox/blip.wav" (Half-Life Sound)
GHW_connect.amx in my plugins folder, no dice.



modules file.
Code:
\\
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 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

IMO: its running, but nothing shows up when people join..
http://www.majhost.com/gallery/twist...er/workign.png
iwillnotchange is offline