Advertisement
ufo56

tule taevas appi

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