Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. ;;;
  2. ; To enable a module, remove the semi-colon (;) in front of its name.
  3. ; If it's not here, simply add it its name, one per line.
  4. ; You don't need to write the _amxx part or the file extension.
  5. ;;;
  6.  
  7. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  8. ;; SQL Modules usually need to be enabled manually ;;
  9. ;; You can have any number on at a time. Use ;;
  10. ;; amx_sql_type in sql.cfg to specify the default ;;
  11. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  12.  
  13. ;mysql
  14. ;sqlite
  15.  
  16. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  17. ;; Put third party modules below here. ;;
  18. ;; You can just list their names, without the _amxx ;;
  19. ;; or file extension. ;;
  20. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  21.  
  22.  
  23.  
  24. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  25. ;; These modules will be auto-detected and loaded ;;
  26. ;; as needed. You do not need to enable them here ;;
  27. ;; unless you have problems. ;;
  28. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  29.  
  30. fun
  31. engine
  32. fakemeta
  33. geoip
  34. sockets
  35. regex
  36. nvault
  37. cstrike
  38. csx
  39. hamsandwich
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement