Advertisement
Guest User

Untitled

a guest
Aug 19th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. ; AMX Mod X plugins
  2.  
  3. ; Admin Base - Always one has to be activated
  4. amxbans_core.amxx debug
  5. amxbans_main.amxx debug
  6. ;minibans.amxx
  7. ;admin.amxx ; admin base (required for any admin-related)
  8. ;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
  9.  
  10. ; Basic
  11. admincmd.amxx ; basic admin console commands
  12. adminhelp.amxx ; help command for admin console commands
  13. adminslots.amxx ; slot reservation
  14. multilingual.amxx ; Multi-Lingual management
  15.  
  16. ; Menus
  17. menufront.amxx ; front-end for admin menus
  18. cmdmenu.amxx ; command menu (speech, settings)
  19. ReasonKicker.amxx
  20. plmenu.amxx ; players menu (kick, ban, client cmds.)
  21. ;telemenu.amxx ; teleport menu (Fun Module required!)
  22. mapsmenu.amxx ; maps menu (vote, changelevel)
  23. pluginmenu.amxx ; Menus for commands/cvars organized by plugin
  24.  
  25. ; Chat / Messages
  26. adminchat.amxx ; console chat commands
  27. antiflood.amxx ; prevent clients from chat-flooding the server
  28. scrollmsg.amxx ; displays a scrolling message
  29. imessage.amxx ; displays information messages
  30. adminvote.amxx ; vote commands
  31.  
  32. ; Map related
  33. nextmap.amxx ; displays next map in mapcycle
  34. mapchooser4.amxx ; allows to vote for next map
  35. timeleft.amxx ; displays time left on map
  36.  
  37. ; Configuration
  38. pausecfg.amxx ; allows to pause and unpause some plugins
  39. statscfg.amxx ; allows to manage stats plugins via menu and commands
  40.  
  41. ; Enable to use AMX Mod plugins
  42. ;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
  43.  
  44.  
  45. ; Custom - Add 3rd party plugins here
  46. Voices_Management.amxx
  47. admin_gag.amxx
  48. amx_ip_zmienne.amxx
  49. autobuyfix.amxx
  50. mutemenu.amxx
  51. ;ban_net_packet_spammer.amxx debug
  52. easy_advertiser.amxx
  53. dontsayips.amxx
  54. soccerjam.amxx
  55. faketeambot.amxx
  56. players_models.amxx spame.amxx
  57. plugin_trail.amxx
  58. Akceptacja_zasad.amxx
  59. bk3.amxx
  60. Map_Spawns_Editor.amxx
  61. crash.amxx
  62. m_tfix.amxx
  63. noping.amxx debug
  64. zabezpieczenie.amxx
  65. Hats_fixed.amxx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement