AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [L4D1 AND L4D2] Cannounce Player Info (https://forums.alliedmods.net/showthread.php?t=319303)

Ernecio 10-23-2019 17:04

[L4D1 AND L4D2] Cannounce Player Info
 
Cannounce Player Info

Sorry, This Plugin has been discontinued

Description:
This plugin is able to show in the chat different data about the players that enter your server, the data that the plugin will show are: country, region, city, client counter and reason for disconnection by the client. all parameters are configurable in the autoxec file that is automatically generated.
Note, this plugin has only been designed for dedicated server or local area network server, but it doesn't work if it's installed directly in the game because the data isn't displayed correctly.
(keep in mind that this plugin uses GeoIP2 and when replacing the old files it can cause errors in plugins that work with old versions of GeoIP)

Notes:
This plugin is based on the original Connect Announce plugin by Arg!
It is a basic version that is designed for L4D1/2, this plugin works with the new API GeoIP2 and new declarations of SourceMod.
I originally hired this plugin for my servers and I decided to share with the community
Tested in SourceMod 1.9 and SourceMod 1.10

Commands:
sm_geolist <name or #userid> - Print info about the specified customer.

Current Translations:
- English
- Spanish

Cvars:

PHP Code:

// Enables/Disables The Ads On Chat, globally disable all ads and it is only possible to see player data through command.
// 0 = Ads OFF.
// 1 = Ads ON.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
l4d_cannounce_ads_enable "1"

// Enables/Disables The Player Counter In Chat.
// 0 = Counter OFF.
// 1 = Counter ON.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
l4d_cannounce_counter_enable "1"

// Enables/Disables, Print The Reason For Disconnect From Player In The Chat.
// 0 = Disable.
// 1 = Enable.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
l4d_cannounce_disconnect_enable "1"

// Chat Display Mode.
// 0 = Show Nothing.
// 1 = Show Country, Region And City.
// 2 = Show Country And Region.
// 3 = Show Country And City.
// 4 = Show Only Country.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "4.000000"
l4d_cannounce_displya_mode "1"

// Enables/Disables The Plugin.
// 0 = Plugin OFF.
// 1 = Plugin ON.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
l4d_connounce_enable "1" 

Installation Instructions:
It's necessary to have the GeoLite2-City.mmdb and GeoLite2-Country.mmdb databases at the following address: sourcemod\configs\geoip
It's necessary to download the databases of these two links:
City: geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz
Country: geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz
It's advisable to delete the old database: GeoIP.dat
You must copy and replace the old file: geoip.ext In: sourcemod\extensions
And the file: geoip.inc In: sourcemod\scripting\include
The file: l4d_cannounce.phrases in: sourcemod\translations
Finally the file l4d_cannounce.smx in: soucermod\plugins

References
https://forums.alliedmods.net/showthread.php?t=77306
https://forums.alliedmods.net/showthread.php?t=311477

AK978 10-23-2019 18:55

Re: [L4D AND L4D2] Cannounce Player Info
 
L 10/24/2019 - 06:41:26: Info (map "c1m1_hotel") (file "D:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server1\left4dead2\addons\sourcemod\logs\erro rs_20191024.log")
L 10/24/2019 - 06:41:26: [SM] Unable to load plugin "l4d_cannounce.smx": Native "GeoipRegion" was not found

I only want to have the ability to disconnect notifications.

strikeraot 10-23-2019 20:53

Re: [L4D AND L4D2] Cannounce Player Info
 
Only work on Delicated server?

SDArt 10-23-2019 21:35

Re: [L4D AND L4D2] Cannounce Player Info
 
Is it possible to have country only info by only downloading the country link above or is it necessary to download both country and city for the plugin to work?

kochifish 04-07-2020 06:07

Re: [L4D1 AND L4D2] Cannounce Player Info
 
Hello, could you help me this problem?


Kiee has left the game, reason: []

There is no disconnection reason, no errors inside log folder too..

Here is my sourcemod version and metamod version:

SourceMod Version: 1.10.0.6478
SourcePawn Engine: 1.10.0.6478, jit-x86 (build 1.10.0.6478)
SourcePawn API: v1 = 5, v2 = 12
Compiled on: Mar 5 2020 10:39:04

Metamod:Source version 1.10.7-dev
Built from: https://github.com/alliedmodders/met...commit/6c8495f
Build ID: 971:6c8495f
Loaded As: Valve Server Plugin
Compiled on: Sep 2 2019
Plugin interface version: 15:14
SourceHook version: 5:5

Thank you..

Red Flame 05-24-2020 10:22

Re: [L4D1 AND L4D2] Cannounce Player Info
 
Quote:

Originally Posted by kochifish (Post 2691352)
Hello, could you help me this problem?


Kiee has left the game, reason: []

There is no disconnection reason, no errors inside log folder too..

Here is my sourcemod version and metamod version:

SourceMod Version: 1.10.0.6478
SourcePawn Engine: 1.10.0.6478, jit-x86 (build 1.10.0.6478)
SourcePawn API: v1 = 5, v2 = 12
Compiled on: Mar 5 2020 10:39:04

Metamod:Source version 1.10.7-dev
Built from: https://github.com/alliedmodders/met...commit/6c8495f
Build ID: 971:6c8495f
Loaded As: Valve Server Plugin
Compiled on: Sep 2 2019
Plugin interface version: 15:14
SourceHook version: 5:5

Thank you..

Check this, it helped me.
https://forums.alliedmods.net/showpo...&postcount=519

CaRmilla 11-25-2021 13:13

Re: [L4D1 AND L4D2] Cannounce Player Info
 
This shows info only to admins or every player?

CosmicD 04-19-2022 06:13

Re: [L4D1 AND L4D2] Cannounce Player Info
 
It's a good alternative to connect announce, but I wonder if welcome message could show the steam ID to admins only ?


All times are GMT -4. The time now is 03:12.

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