Local Ban (Beta 1)
Introduction
sXe Local Ban allows admins to ban a player from your own server. A banned player will not be able to connect again to the server where he was banned, he can play on any other server.
sXe Local Ban is a hardware id (HID) based ban, every computer has an unique hardware configuration, this information is used to get the unique HID for every player.
Use:
sxe_ban < # userid >
Sample:
sxe_ban.jpg / sxe_ban2.jpg
Info:
sXe Local Ban writes all banned Hardware IDs into a file.
sXe Local Ban file is located into the cstrike folder and named as sxe_local_ban.cfg
There are three new messages for your sxe.ini file:
-sxei_invalid_hid = basically an altered/invalid Hardware ID
-sxei_no_hid = Client didnt send Hardware ID information
-sxei_local_ban = Message for banned users
If you dont configure your sxe.ini, the default values for this messages are:
sxei_invalid_hid=Invalid Hardware ID
sxei_no_hid=Hardware ID not found
sxei_local_ban=YOU ARE LOCALLY BANNED!
If you ban a player there is no unban command, so, be carefull!
If you delete sxe_local_ban.cfg all local bans are cleared.
Tracking:
At this momment you can track all bans from your servers log.
sXe Ban Command:
L 05/04/2009 - 00:07:53: Rcon: "rcon 2377458144 "payas" sxe_ban #2" from "
127.0.0.1:27005"
sXe Banned player connection:
L 05/04/2009 - 00:07:53: [SXE-I] Player [kankas] LOCALLY BANNED [kick # 2 YOU ARE LOCALLY BANNED!
NOTE: We will work on the sxe_unban command for the next release (be patient please)
AMX MODX PLUGIN
Plugin: sxeban.amxx
Usage: "amx_sxe_ban < #userid >"
Author: Rul4
You have to put the sxeban.amxx plugin in the "\cstrike\addons\amxmodx\plugins" folder and add the line "sxeban.amxx" to your "\cstrike\addons\amxmodx\configs\plugins.ini" config file.
All admins with ADMIN_BAN privileges are granted to use amx_sxe_ban command.