Don't like ads? PRO users don't see any ads ;-)
Guest

asd

By: a guest on May 4th, 2012  |  syntax: None  |  size: 1.72 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ; AMX Mod X plugins
  2.  
  3. ; Admin Base - Always one has to be activated
  4. admin.amxx        ; admin base (required for any admin-related)
  5. ;admin_sql.amxx        ; admin base - SQL version (comment admin.amxx)
  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. deagsmapmanager.amxx
  33.  
  34. ; Configuration
  35. ;pausecfg.amxx        ; allows to pause and unpause some plugins
  36. ;statscfg.amxx        ; allows to manage stats plugins via menu and commands
  37.  
  38. ; Enable to use AMX Mod plugins
  39. ;amxmod_compat.amxx    ; AMX Mod backwards compatibility layer
  40.  
  41.  
  42. ; Custom - Add 3rd party plugins here
  43.  
  44. pokemod.amxx debug
  45. pd_dummy.amxx debug
  46. xredirect.amxx
  47. Map_Spawns_Editor.amxx
  48. GHW_Weapon_Replacement.amxx // Recently added, Today actually.
  49. auto_join_on_connect.amxx