CSB Who Is

v1.0.0 1 изтегляния Daemon666 Последна актуализация: Jul 15, 2026

amx_who prints every player's SteamID, IP, ping, country (GeoIP), time on server and flags; a /who menu prints one card.

CSB Who Is is the admin lookup you reach for when cross-referencing bans or checking for VPNs. amx_who dumps a card for every connected player to your console: userid, name, SteamID, IP, GeoIP country code and name, ping, minutes on the server and access flags. The say /who menu lets you pick a single player and print just their card.

Country lookup uses the geoip module (geoip_code2 into a three-byte buffer, plus geoip_country for the full name). Time on server is measured from client_putinserver. Inspired by the info commands in the AMX Mod X Admin Commands plugin; independent GPL re-implementation.

Features

  • Per-player card: SteamID, IP, country, ping, time, flags.
  • Console dump (amx_who) and single-player menu (say /who).
  • GeoIP country from the IP with a clean ??/Unknown fallback.
  • Access flags rendered as their letters via get_flags.

Installation

  1. Enable the geoip module in addons/amxmodx/configs/modules.ini.
  2. Compile csb_admin_who.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

amx_who and /who need the ADMIN_KICK flag (c).

Инсталация

1. Enable the geoip module in addons/amxmodx/configs/modules.ini
2. Put csb_admin_who.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map

Команди

CommandAccessDescription
amx_who c (ADMIN_KICK) Print SteamID/IP/ping/country/flags for everyone to console.
say /who c (ADMIN_KICK) Open a menu to print one player's card.

Списък с промени — v1.0.0

1.0.0 - Initial release.
Версии →
Сътрудници: Daemon666 ✦
Оригинален автор: AMX Mod X Development Team (Admin Commands) Лиценз: GPL-3.0

Оценка

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Изтегли .sma
Файлове:
csb_admin_who.sma main 4.1 KB

Изисквания

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Незадължително
ReAPI Незадължително
Metamod Metamod / Metamod-r
Модули geoip
Обратно към плъгините