CSB Who Is

v1.0.0 10 descargas Daemon666 Última actualización: Jul 16, 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).

Instalación

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

Comandos

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.

Registro de cambios — v1.0.0

1.0.0 - Initial release.
Versiones →
Colaboradores: Daemon666 ✦
Autor original: AMX Mod X Development Team (Admin Commands) Licencia: GPL-3.0

Valoración

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descargar .sma
Archivos:
csb_admin_who.sma main 4.1 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos geoip
Volver a Plugins