Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. Podesavanja gag plugina
  2.  
  3. Admin Commands
  4. amx_gag <nick/userid> [time] [flags] - Will gag player, flags can be a|b|c, you can combine them, watch below for info.
  5. - If no time is specified, default time and flags from cvars will be used
  6. - If no flags are specified, default flags from cvar will be used
  7. amx_addgag <authid> [time] [flags] - Will add SteamID to gagged list with time and flags
  8. - If no time is specified, default time and flags from cvars will be used
  9. - If no flags are specified, default flags from cvar will be used
  10. amx_ungag <nick/userid> - Will remove any gag from player
  11. amx_ungag @all - Will remove any gag from all players
  12. amx_ungag <steamid> - Will remove any gag from a player that is not connected (remember to use quotes!)
  13. amx_gagmenu - Opens gagging menu
  14.  
  15. Gagging Flags
  16. a - Normal chat
  17. b - Team chat
  18. c - Voicecomm
  19.  
  20. Server Command
  21. amx_gag_times <time1> [time2] [time3] ... - Sets the gag times available in the menu
  22. (Default: 60 300 600 1800 3600 7200 86400)
  23.  
  24. Cvars
  25. amx_gag_default_flags <flags> - Sets the default gag flags when amx_gag command does not provide flags (Default: abc)
  26. amx_gag_default_time <time> - Sets the default gag time when amx_gag command does not provide time (Default: 600)
  27. amx_gag_time_units <time unit> - The specific time unit to use in the gag command and menu
  28. - Possible values:
  29. 0, second, seconds (Default)
  30. 1, minute, minutes
  31. 2, hour, hours
  32. 3, day, days
  33. 4, week, weeks
  34. amx_gag_max_time <time> - Sets the maximum gag time allowed via command (and in menu) (Default: 86400)
  35. amx_gag_sql <0/1> - Enables/Disables saving gags in SQL (Default: 0)
  36. amx_gag_sql_host <host> - The host to connect to when saving for SQL (Default: empty)
  37. amx_gag_sql_user <user> - The user to connect with to the host (Default: empty)
  38. amx_gag_sql_pass <pass> - The password of the user connecting to the SQL database (Default: empty)
  39. amx_gag_sql_db <db> - The database where everything is stored for gags (Default: empty)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement