Tuesday, April 22

Connect Announce v1.2

Connect Announce for AMX Mod X is a plugin which uses Dproto and GEOIP module to show an announcement of connecting players showing their client protocol, Auth-ID assigned by, and their country. This plugin also has a client command which allows regular players to check the status of other connected players which shows their Nick, Country (if available), Emulator, Protocol, IP Address, Auth-ID, Ping and Loss.

INSTALLATION

  • Copy connect_announce.amxx to addons/amxmodx/plugins folder.
  • Edit addons/amxmodx/configs/plugins.ini and add connect_announce.amxx to it on a new line.
  • The lang file is auto generated after the first run, connect_announce.txt edit it according to your needs.
  • Restart the server or change the map for the changes to take effect.


COMMANDS
  • /who <player nick> - Displays information about a specific player.


Servers Using This Plugin


Note: If you get any problems with this plugin or find out any bugs in it, please use this page to report them back to me so that I can fix them.

6 comments:

  1. you didnt mention the cvar to change the tag that appear before messages

    ReplyDelete
    Replies
    1. It's because there is no CVAR to do that. CVAR's are needed if there are too many instances of the thing and editing can be time consuming.
      For this plugin there is only one instance, you can edit the language file for the same!

      Delete
  2. How can we make it to auto show that message as soon as the player connects ?

    ReplyDelete
    Replies
    1. We cannot. If we do that the plugin will put high load on CPU every time a player connects, which is why when a player connects only his nick, ip/id, protocol/emulator are shown. For the rest /who command can be used to get the result as in the above screenshot.

      Delete
  3. bro can u update this plugin ....add only [ city ]
    [ DirtyDevilz ] POPEYE has connected from India . nusing protoco ( 48 ); Auth-ID assigned by - ( valve steam )
    This is now
    but i need this
    [ DirtyDevilz ] POPEYE has connected from Mumbai ,India . nusing protoco ( 48 ); Auth-ID assigned by - ( valve steam )
    only city can u add this in ur plugin plz i realy like this plugin
    thanQ in advanced :)

    ReplyDelete
    Replies
    1. Its not a problem to add this in the plugin. The default GEOIP module cannot display city level information and that would make my plugin useless without installing additional modules or updating AMX Mod X to 1.8.3+ version.

      Delete

Comment anything you want. Just be polite and give respect to others!
I am simply going to remove the comments which are offensive or are off topic.
And please don't spam your website links in comments. I don't, neither should you.