Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. amxbans_main.amxx
  2. amxbans_core.amxx
  3. ; AMX Mod X plugins
  4.  
  5. ; Admin Base - Always one has to be activated
  6. ;admin.amxx
  7. ;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
  8.  
  9. ; Basic
  10. admincmd.amxx ; basic admin console commands
  11. adminhelp.amxx ; help command for admin console commands
  12. adminslots.amxx ; slot reservation
  13. multilingual.amxx ; Multi-Lingual management
  14.  
  15. ; Menus
  16. menufront.amxx ; front-end for admin menus
  17. cmdmenu.amxx ; command menu (speech, settings)
  18. plmenu.amxx ; players menu (kick, ban, client cmds.)
  19. ;telemenu.amxx ; teleport menu (Fun Module required!)
  20. mapsmenu.amxx ; maps menu (vote, changelevel)
  21. pluginmenu.amxx ; Menus for commands/cvars organized by plugin
  22.  
  23. ; Chat / Messages
  24. adminchat.amxx ; console chat commands
  25. antiflood.amxx ; prevent clients from chat-flooding the server
  26. scrollmsg.amxx ; displays a scrolling message
  27. imessage.amxx ; displays information messages
  28. adminvote.amxx ; vote commands
  29.  
  30. ; Map related
  31. nextmap.amxx ; displays next map in mapcycle
  32. mapchooser.amxx ; allows to vote for next map
  33. timeleft.amxx ; displays time left on map
  34.  
  35. ; Configuration
  36. pausecfg.amxx ; allows to pause and unpause some plugins
  37. statscfg.amxx ; allows to manage stats plugins via menu and commands
  38.  
  39. ; Counter-Strike
  40. ;restmenu.amxx ; restrict weapons menu
  41. statsx.amxx ; stats on death or round end (CSX Module required!)
  42. ;miscstats.amxx ; bunch of events announcement for Counter-Strike
  43. ;stats_logging.amxx ; weapons stats logging (CSX Module required!)
  44.  
  45. ; Enable to use AMX Mod plugins
  46. ;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
  47.  
  48. ; Custom - Add 3rd party plugins here
  49.  
  50. furien_shop.amxx
  51. amxbans_flagged.amxx
  52. amxbans_freeze.amxx
  53. amxbans_ssban.amxx
  54. furien_armor.amxx
  55. furien_autobhop.amxx
  56. furien_defusekit.amxx
  57. furien_health.amxx
  58. furien_nightvision.amxx
  59. furien_noflash.amxx
  60. furien_shop.amxx
  61. furien_superknife.amxx
  62. furien_thermal_goggles.amxx
  63. furien_wallhang.amxx
  64. furien_weapons.amxx
  65. furiens.amxx
  66. anti-furien-menu.amxx
  67. cheanger.amxx
  68. TeamSwitchOnCtWin.amxx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement