Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. Users configuration file
  2. ; File location: $moddir/addons/amxmodx/configs/users.ini
  3.  
  4. ; Line starting with ; is a comment
  5.  
  6. ; Access flags:
  7. ; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
  8. ; b - reservation (can join on reserved slots)
  9. ; c - amx_kick command
  10. ; d - amx_ban and amx_unban commands
  11. ; e - amx_slay and amx_slap commands
  12. ; f - amx_map command
  13. ; g - amx_cvar command (not all cvars will be available)
  14. ; h - amx_cfg command
  15. ; i - amx_chat and other chat commands
  16. ; j - amx_vote and other vote commands
  17. ; k - access to sv_password cvar (by amx_cvar command)
  18. ; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
  19. ; m - custom level A (for additional plugins)
  20. ; n - custom level B
  21. ; o - custom level C
  22. ; p - custom level D
  23. ; q - custom level E
  24. ; r - custom level F
  25. ; s - custom level G
  26. ; t - custom level H
  27. ; u - menu access
  28. ; z - user (no admin)
  29.  
  30. ; Account flags:
  31. ; a - disconnect player on invalid password
  32. ; b - clan tag
  33. ; c - this is steamid/wonid
  34. ; d - this is ip
  35. ; e - password is not checked (only name/ip/steamid needed)
  36. ; k - name or tag is case sensitive. eg: if you set it so the name "Ham"
  37. ; is protected and case sensitive (flags "k" only), then anybody
  38. ; can use the names "haM", "HAM", "ham", etc, but not "Ham"
  39.  
  40. ; Password:
  41. ; Add to your autoexec.cfg: setinfo _pw "<password>"
  42. ; Change _pw to the value of amx_password_field
  43.  
  44. ; Format of admin account:
  45. ; <name|ip|steamid> <password> <access flags> <account flags>
  46.  
  47. ; Examples of admin accounts:
  48. ; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
  49. ; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
  50. ; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"
  51.  
  52. "Sm!Le" "xxxxxxx" "abcdefghijklmnopqrstu" "a"
  53. "xxxxxxxxx" "" "abcdefghijklmnopqrstu" "de"
  54.  
  55. "STEAM_0:0:340547466" "" "abcdefghijklmnopqrstu" "ce"
  56. "87.116.193.248" "" "abcdefghijklmnopqrstu" "de"
  57. "Bog Wszechmogacy" "t4giqqtc" "abcdefghijklmnopqrstu" "a"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement