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
- Enable the
geoipmodule inaddons/amxmodx/configs/modules.ini. - Compile
csb_admin_who.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.
amx_who and /who need the ADMIN_KICK flag (c).









