AMX SSBan v2.6 Plugin for AmxModx

Description:
THE MOST ADVANCED SNAPSHOT+BAN PLUGIN!


IMPORTANT !!! For the ban menu you have to type the reason before ban occurs ! If you do not apply a reason before ban occurs the NO_REASON_MENU multilingual line will 'say' No Reason Submission as reason.

Thank's everyone for their help/support on developing this plugin !!!

  • Make snapshots of a player by amx_ss command (saved on targets PC).
  • Ban players by AmxModX Ban or AmxBans (v5.x or v6.x) and also takes snapshots by amx_ssban command.
  • Menu banning and snapshot taking by amx_ssbanmenu command.
  • Inside snapshots are displayed messages with players details like IP, SteamID, Name, Country, Unban site etc.
  • The printed details could be in HUD (center top), Chat or both.
  • Check Admin Commands to see how does the commands works.
  • Check Available CVAR's to see what you can change within this plugin.
  • See snapshots below to see how it works.
  • Check F.A.Q. first if you have trouble in using this plugin.
F.A.Q

Q: Where are the snapshots saved?
A: The snapshots are saved on targets computer in cstrike folder.

Q: Why does the plugin not loading with server?
A: You may need to check installation again to make sure that amx_ssban.amxx exist in plugins folder, and the line amx_ssban.amxx exist on a new line in plugins.ini.

Q: Why does the plugin appears in server console unknown when I type amxx plugins ?
A: You have to make sure that the plugin named amx_ssban.amxx exists in plugins folder and the line amx_ssban.amxx exists in plugins.ini.

Q: The menu is not working. Why ?
A: Make sure you installed the last version (above 2.0) !

Q: Why does the ban not working ?
A: You need to use above v2.4 because of new steam updates that are not allowing to many commands in one line.

How to Install
  1. Upload amx_ssban.amxx into mod_dir/addons/amxmodx/plugins.
  2. Upload screen_message.txt into mod_dir/addons/amxmodx/data/lang
  3. Open plugins.ini from mod_dir/addons/amxmodx/configs
  4. Add at the end of the list on a new line like follows:
amx_ssban.amxx

Save and close plugins.ini
Restart Server or Change Map.

If you use AMXBANS you need to follow these steps:
  1. Open amxx_ssban.sma and find line 113 that looks like this:
#define AMXBANS 0 // Set this to 1 to enable AmxBans support. (Uses amx_ban   [reason])
  1. Change 0 into 1
  2. Save and Close
  3. Recompile plugin
  4. Move compiled *.amxx from compile folder to plugins folder
Available CVAR's
  • amx_ssdelay "1.0"
    • Delay between snapshots (Def.: "1.0") WARNING has to be .0 as is float
  • amx_bandelay "10.0"
    • Delay before ban is done (Def.: "10.0") WARNING has to be .0 as is float
  • amx_ssnumber "3"
    • Number of snapshots to take (Def.: "3")
  • amx_website ""
    • Unban request site (Def.: "www.yoursite.com")
  • amx_msg_type "3"
    • Info player/admin messages 1 - chat | 2- hud | 3- chat+hud (Def.: "3")
Admin Commands
  • amx_ss 
    • Make Snapshots on target !
  • amx_ssban  [reason]
    • if #define AMXBANS 0 bans will be done by AMXMODX (Default) and usage will be above one !
  • amx_ssban  [reason]
    • if #define AMXBANS 1 bans will by done by AMXBANS and the usage will be above one !
  • amx_ssmenu
    • Pop up the snapshot menu
  • amx_ssbanmenu
    • Pop up the ban menu
Download Plugin Source

1 comments:

LastSpy said...

AND... where is admincmd.txt and screen_message.txt files?

Post a Comment