Replaced in files: /amxx/ with /amxmodx/

This fixes lines looking like
; File location: $moddir/addons/amxx/configs/cmds.ini

to look like

; File location: $moddir/addons/amxmodx/configs/cmds.ini

.
This commit is contained in:
Johnny Bergström
2004-12-22 10:27:30 +00:00
parent 51b9fae4bc
commit 21ceae3c9e
23 changed files with 23 additions and 22 deletions

View File

@ -1,3 +1,4 @@
// File location: $moddir/addons/amxmodx/configs/custommenuitems.cfg
// Here you can add menu items from any plugin to Menus Front-End plugin, aka "amxmodmenu".
//
// Usage: "amx_addmenuitem <menu text> <menu command> <access flags> <plugin name>"