AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CSS] Show Players (https://forums.alliedmods.net/showthread.php?t=138694)

AnIHiL 09-21-2010 11:37

[CSS] Show Players
 
1 Attachment(s)
As I wrote in description this plugin gives admins command: sm_users . It looks similarly like ma_users from Mani. But it also uses GeoIP and gives info from what country players are.

Plugin require file GeoIP.dat in addons/sourcemod/configs/geoip/ . You can get it from site maxmind.com site for free.

Example:
Code:

A UserID IP Address      Country              Steam ID            Name                             
----------------------------------------------------------------------------------------------------
  140    81.1.1.1        Sweden              STEAM_0:0:11111111  AAAA               
  129    24.1.1.1        United States        STEAM_0:0:2222222    BBBB

ps. It's my first plugin that I give in public so any feedback is welcome.

Changelog:

version 1.1.0:
- optimized loop

version 1.0.0:
- first relase

jab2000 09-21-2010 16:48

Re: [CSS] Show Players
 
I'm glad someone finally made this lol

KyleS 09-21-2010 19:14

Re: [CSS] Show Players
 
This has existed for quite sometime (Inside of RateWatcher).

The code in RateWatcher is faster (no new strings in the for loop per client), however the layout here is cleaner/nicer.

Great plugin never the less. sm_who is a joke in comparison as no actual useful player information is provided :|

AnIHiL 09-22-2010 05:32

Re: [CSS] Show Players
 
I'm using this plugin on my servers all the time. I made this plugin 'cos I needed command which will show useful information about all players on server.

LolderPunkt 09-28-2010 06:34

Re: [CSS] Show Players
 
looks like typing status in console...

thetwistedpanda 09-29-2010 11:27

Re: [CSS] Show Players
 
Without using rcon, you cannot get the user's IP from using status. Likewise, you simply can't get the player's geographical location via status unless you plug their IP into a database. Nor does status tell you whether or not a player is admin. So no, it's not exactly like using status.

Busterbadboy 10-02-2010 11:40

Re: [CSS] Show Players
 
Awesome plugin!

I've been searching for a plugin that does exactly what yours does.

Thanks!

eXplode82 10-03-2010 16:01

Re: [CSS] Show Players
 
Great, thank you :)

AnIHiL 10-25-2010 15:49

Re: [CSS] Show Players
 
version 1.1.0:
- optimized loop

Should work faster now.

sinblaster 10-25-2010 18:47

Re: [CSS] Show Players
 
cool thanks.


All times are GMT -4. The time now is 04:34.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.