This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include <amxmodx> | |
| #include <reapi> | |
| #if REAPI_VERSION < 52145 | |
| #error "Please update reapi includes" | |
| #endinput | |
| #endif | |
| new g_Flags; | |
| new bool:g_isAdmin[MAX_CLIENTS + 1]; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include <amxmodx> | |
| #define SCREENS_NUM 5 // Количество скринов | |
| #define LINK_TO_UNBAN "vk.com/vit9zi" // Ссылка, куда скидывать | |
| forward user_banned_pre(id); | |
| forward fbans_player_banned_pre(id, userid); | |
| public plugin_init() | |
| { |