Advertisement
Arxero

CommandRestrictions.ini

May 14th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. ;---------------------------------------------------------------------------
  2. ;Add a new command in [brackets] to begin adding restrictions to it.
  3. ;Add each restriction on a new line below the [command in brackets].
  4. ;---------------------------------------------------------------------------
  5. ;[<command name>]
  6. ;<status> <type> "[value]"
  7. ;---------------------------------------------------------------------------
  8. ;The "status" can be either "allow" or "block".
  9. ;The type can be "all", "name", "ip", "steam", "flags", "team", "life".
  10. ;Every type except "all" requires the third argument.
  11. ;For example, setting the type to "name" will require you to enter a player name in the "value" argument.
  12. ;---------------------------------------------------------------------------
  13. ;Example #1 -- making the command "amx_slap" available only for the player named "OciXCrom":
  14. ;[amx_slap]
  15. ;block all
  16. ;allow name "OciXCrom"
  17. ;---------------------------------------------------------------------------
  18. ;Example #2 -- blocking the command "amx_quit" for the player whose IP address is 12.34.56.78 and spectators:
  19. ;[amx_quit]
  20. ;block ip "12.34.56.78"
  21. ;block team "spectator"
  22. ;---------------------------------------------------------------------------
  23. //[amx_slap]
  24. //block all
  25. _____________________________________________________________
  26. [say fireworks]
  27. block all
  28. allow flag "q"
  29. block life "dead"
  30. ____________________________________________________________
  31.  
  32. [ejaculate]
  33. block all
  34. allow flag b
  35.  
  36. [ejaculer]
  37. block all
  38. allow flag b
  39.  
  40. [say /ejaculate]
  41. block all
  42. allow flag b
  43.  
  44. [say ejaculate]
  45. block all
  46. allow flag b
  47.  
  48. [say /ejaculer]
  49. block all
  50. allow flag b
  51.  
  52. [say ejaculer]
  53. block all
  54. allow flag b
  55. _________________________________________________________________
  56. [say /shop]
  57. block all
  58. allow flag o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement