.amxx instead of .amx
This commit is contained in:
parent
0dee2be6be
commit
2f5c5e0d50
|
@ -35,9 +35,9 @@ pausecfg.amxx ; allows to pause and unpause some plugins
|
|||
statscfg.amxx ; allows to manage stats plugins via menu and commands
|
||||
|
||||
; Counter-Strike
|
||||
;statsx.amx ; stats on death or round end (CSStats Module required!)
|
||||
;miscstats.amx ; bunch of events announcement for Counter-Strike
|
||||
;stats_logging.amx ; weapons stats logging (CSStats Module required!)
|
||||
;statsx.amxx ; stats on death or round end (CSStats Module required!)
|
||||
;miscstats.amxx ; bunch of events announcement for Counter-Strike
|
||||
;stats_logging.amxx ; weapons stats logging (CSStats Module required!)
|
||||
|
||||
|
||||
; Custom - Add 3rd party plugins here
|
||||
|
|
|
@ -35,9 +35,9 @@ pausecfg.amxx ; allows to pause and unpause some plugins
|
|||
statscfg.amxx ; allows to manage stats plugins via menu and commands
|
||||
|
||||
; Team Fortress Classic
|
||||
;stats.amx ; stats on death (TFC Module required!)
|
||||
;statssounds.amx ; precache plugin for stats plugins
|
||||
;stats_logging.amx ; weapons stats logging (TFC Module required!)
|
||||
;stats.amxx ; stats on death (TFC Module required!)
|
||||
;statssounds.amxx ; precache plugin for stats plugins
|
||||
;stats_logging.amxx ; weapons stats logging (TFC Module required!)
|
||||
|
||||
|
||||
; Custom - Add 3rd party plugins here
|
||||
|
|
Loading…
Reference in New Issue
Block a user