Jump to content

[Plugin] AMXX Gag v.1.4.9


Recommended Posts

kenzake powah!
Posted

Descriere: Acest plugin accepta ca tu sa dai gag playerilor care folosesc say_team / say / voicecomm . Acest gag merge si dupa retry .
Cititi cu atentie requirements.

Descarcare: Get Plugin or Get Source

Nume: AMXX GaG
Versiune: v.1.4.9
Autor: xPaw

Instalare:
1. Fisierul amx_gag.sma il puneti in addons/amxmodx/scripting
2. Fisierul amx_gag.amxx il puneti in addons/amxmodx/plugins
3. Intrati in fisierul addons/amxmodx/configs/plugins.ini si adaugati la urma:
amx_gag.amxx
Admin Commands

  • amx_gag <nick/userid> [time] [flags] - Will gag player, flags can be a|b|c, you can combine them, watch below for info.
    - If no time is specified, default time and flags from cvars will be used
    - If no flags are specified, default flags from cvar will be used
  • amx_addgag <authid> [time] [flags] - Will add SteamID to gagged list with time and flags
    - If no time is specified, default time and flags from cvars will be used
    - If no flags are specified, default flags from cvar will be used
  • amx_ungag <nick/userid> - Will remove any gag from player
  • amx_ungag @all - Will remove any gag from all players
  • amx_ungag <steamid> - Will remove any gag from a player that is not connected (remember to use quotes!)
  • amx_gagmenu - Opens gagging menu

Gagging Flags

  • a - Normal chat
  • b - Team chat
  • c - Voicecomm

Server Command

  • amx_gag_times <time1> [time2] [time3] ... - Sets the gag times available in the menu
    (Default: 60 300 600 1800 3600 7200 86400)

Cvars

  • amx_gag_default_flags <flags> - Sets the default gag flags when amx_gag command does not provide flags (Default: abc)
  • amx_gag_default_time <time> - Sets the default gag time when amx_gag command does not provide time (Default: 600)
  • amx_gag_time_units <time unit> - The specific time unit to use in the gag command and menu
    - Possible values:
    • 0, second, seconds (Default)
    • 1, minute, minutes
    • 2, hour, hours
    • 3, day, days
    • 4, week, weeks
  • amx_gag_max_time <time> - Sets the maximum gag time allowed via command (and in menu) (Default: 86400)
  • amx_gag_sql <0/1> - Enables/Disables saving gags in SQL (Default: 0)
  • amx_gag_sql_host <host> - The host to connect to when saving for SQL (Default: empty)
  • amx_gag_sql_user <user> - The user to connect with to the host (Default: empty)
  • amx_gag_sql_pass <pass> - The password of the user connecting to the SQL database (Default: empty)
  • amx_gag_sql_db <db> - The database where everything is stored for gags (Default: empty)
  • Requirements
  • AMX Mod X 1.8.1 or higher
  • Steam-only server
  •  
Guest
This topic is now closed to further replies.
×
×
  • Create New...