brainohyeadh
Новичок
- Сообщения
- 9
- Реакции
- 2
// Enter the license key into the amxmodx/data/fg_keys.ini file (if the file does not exist, it will be created by itself upon restart/change of the server map)
// Definition of afk
// 0 - if the crosshair has moved
// 1 - if left
afk_detector "0"
// Punishment for afk
// 1 - kick from the server
// 2 - move to spectators
// 0 - disable the plugin
afk_type "2"
// What to do with the AFK bomb? (see cvar afk_bomb_time)
// 1 - just throw away
// 2 - send to teammates
afk_bomb_type "2"
// After how many seconds the player will be kicked or transferred to spectators
// 0 - disable
afk_time "60"
// After how many seconds the player will drop the bomb if he is standing
// The value must of course be less than afk_time
// 0 - disable
afk_bomb_time "10"
// After how many seconds the spectator will be shown a menu (in which he can extend his stay in the spectators)
// 0 - disable
afk_spec_time "0"
// After how many seconds when the server is full (see cvar afk_minplayers_full) will the spectator kick? (Kick immediately, without any menu there)
// 0 - disable
afk_full_time "10"
// The minimum number of players at which AFK will kick
// 0 - will always kick
afk_minplayers "6"
// The minimum number of players at which the spectator will kick
// 0 - will always kick
afk_minplayers_spect "30"
// The minimum number of players at which cvar is activated afk_full_time
// That is, it will kick spectators immediately, without the possibility of extension
// 0 - will always kick
// -1 - equal to the maximum number of slots
afk_minplayers_full "-1"
// How many seconds before the kick, the player will start getting a warning message.
// If the player is in spectators, then the menu will pop up.
afk_warning_time "15"
// Update frequency. The smaller the value, the greater the load (although the load is negligible even with a value of "1")
afk_freq "10"
// Admin flag for immunity
// 0 - disable
afk_immunity "l"
// What immunity will be given
// 1 - immunity to all plugin actions
// 2 - immunity to kick from spectators
afk_immunity_type "1"
// Write a message to everyone in the chat about the kick
afk_chat "1"
// Write a message to everyone in the chat about kicking the spectator
afk_spect_chat "0"
// Save the player's money if he gets thrown into the spectators.
afk_spect_money "1"
// The player can also be warned by music that will turn on if he stands for a long time.
// If the music format is .mp3, then it will play even when cs is minimized, which is very convenient.
// Path to files of regular afk and afk in spectators respectively.
// Sounds from the media folder are standard so they won't be downloaded to the player
// 0 - disable
afk_play "media/Half-Life01.mp3"
afk_spect_play "media/Half-Life03.mp3"
// Definition of afk
// 0 - if the crosshair has moved
// 1 - if left
afk_detector "0"
// Punishment for afk
// 1 - kick from the server
// 2 - move to spectators
// 0 - disable the plugin
afk_type "2"
// What to do with the AFK bomb? (see cvar afk_bomb_time)
// 1 - just throw away
// 2 - send to teammates
afk_bomb_type "2"
// After how many seconds the player will be kicked or transferred to spectators
// 0 - disable
afk_time "60"
// After how many seconds the player will drop the bomb if he is standing
// The value must of course be less than afk_time
// 0 - disable
afk_bomb_time "10"
// After how many seconds the spectator will be shown a menu (in which he can extend his stay in the spectators)
// 0 - disable
afk_spec_time "0"
// After how many seconds when the server is full (see cvar afk_minplayers_full) will the spectator kick? (Kick immediately, without any menu there)
// 0 - disable
afk_full_time "10"
// The minimum number of players at which AFK will kick
// 0 - will always kick
afk_minplayers "6"
// The minimum number of players at which the spectator will kick
// 0 - will always kick
afk_minplayers_spect "30"
// The minimum number of players at which cvar is activated afk_full_time
// That is, it will kick spectators immediately, without the possibility of extension
// 0 - will always kick
// -1 - equal to the maximum number of slots
afk_minplayers_full "-1"
// How many seconds before the kick, the player will start getting a warning message.
// If the player is in spectators, then the menu will pop up.
afk_warning_time "15"
// Update frequency. The smaller the value, the greater the load (although the load is negligible even with a value of "1")
afk_freq "10"
// Admin flag for immunity
// 0 - disable
afk_immunity "l"
// What immunity will be given
// 1 - immunity to all plugin actions
// 2 - immunity to kick from spectators
afk_immunity_type "1"
// Write a message to everyone in the chat about the kick
afk_chat "1"
// Write a message to everyone in the chat about kicking the spectator
afk_spect_chat "0"
// Save the player's money if he gets thrown into the spectators.
afk_spect_money "1"
// The player can also be warned by music that will turn on if he stands for a long time.
// If the music format is .mp3, then it will play even when cs is minimized, which is very convenient.
// Path to files of regular afk and afk in spectators respectively.
// Sounds from the media folder are standard so they won't be downloaded to the player
// 0 - disable
afk_play "media/Half-Life01.mp3"
afk_spect_play "media/Half-Life03.mp3"