AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:S] RankMe Connect Announcer (Version r6 - 05 Nov 2011) (https://forums.alliedmods.net/showthread.php?t=169162)

lokizito 10-09-2011 12:01

[CS:S] RankMe Connect Announcer (Version r6 - 05 Nov 2011)
 
1 Attachment(s)
RankMe Connect Announcer


--- Introduction:
This plugin was requested by siangc to make a plugin that announce when a top 10 player connects for RankMe. Just like Top 10 Player HlstatsCE Announcer. I've made his request and added a few more features.

--- Features:
= Announce when a player connect with his position and points. Can be at center, chat and hint box. (e.g: lok1 joined the server. (Pos 1 - 3000 Points)
= Announce when a player disconnect with his position and points when disconnected and position/points won/lost. (e.g: lok1 left the server. (Pos 3 [-2] - 2950 [-50] Points)
= Announce when a top x player connects with his position. Can be at center, chat and hint box. (e.g: Top 10 player lok1 connected, currently rank 1)
= Features can be chosen by cvars.
= Translations.

--- ConVars:
= rankme_connect_announcer_version -> RankMe Connect Announcer Version

You can found these CVars on cfg/sourcemod/rankme_connect_announcer.cfg. (The file is auto-generated in the first run).

= rankme_announcer_player_connect -> Announce when a player connect with position and points? Default 1.
= rankme_announcer_player_connect_center -> Announce when a player connect at center? Default 0.
= rankme_announcer_player_connect_chat -> Announce when a player connect at chat? Default 1.
= rankme_announcer_player_connect_hint -> Announce when a player connect at hintbox? Default 0.
= rankme_announcer_player_disconnect -> Announce when a player disconnect with position and points? Default 1.
= rankme_announcer_top_player_connect -> Announce when a top player connect? Default 1.
= rankme_announcer_top_pos_player_connect -> Max position to announce that a top player connect? Default 10.
= rankme_announcer_top_player_connect_center -> Announce when a top player connect at center? Default 1.
= rankme_announcer_top_player_connect_chat -> Announce when a top player connect at chat? Default 1.
= rankme_announcer_top_player_connect_hint -> Announce when a top player connect at hintbox? Default 0.

--- Translations:
= English.
= Brazilian Portuguese.

--- Installation:
Simply extract the rankme_connect_announcer.zip at your addons/sourcemod folder.

--- Requirements:
It requires RankMe plugin version V.2.5.8 or later.

--- Credits:
= lok1 (me) -> Making the plugin.
= AlliedModders Staff/SourceMod Staff -> Providing information and SourceMod.
= siangc -> Requesting the plugin.
= Loko (a.k.a away000) -> Helping on testing the plugin.
= exvel -> [INC] Colors.
= All the guys that report bugs, suggest features and criticise it. -> It make me want to continue with the plugin and make it better.

--- Donate:
I'm a student. I'm at school all day and afternoon and can develop only by night that is my free time. So, if you like the plugin, feel free to send me a game on steam. (vinifred01)


=== Please, post bugs, suggestions and critics.
=== If possible, translate for your language and post the translation.
=== Please, rate the thread.
=== I'm brazilian, so, my english probably sucks.
=== If you want to post it in other forum, please, give the credits.
=== The source code is avaliable in the zip file and also at the SVN


--- Changelog (DD/MM/YY):
Code:

=> r6 (05/11/11):
        = Feature: Added cvar for where the message of a non-top player connection will be shown.
        (As the translation has changed, a map change is required).

=> r4 (14/10/11):
        = Fix: Fixed translations #format. (As the translation has changed, a map change is required).

=> r3 (09/10/11):
        = Change: Cvars and cfg file renamed.
        = Feature: Added version cvar. (rankme_connect_announcer_version)
       
=> r2 (08/10/11):
        = Change: Updated rankme.inc.
        = Change: Now using RankMe_GetPoints instead of RankMe_GetStats. Better performance as don't retrieve the whole stats array.
        = Feature: Added translations.
       
=> r1 (08/10/11):
        = Feature: Release.

It doesn't compile on web compiler since there is some includes.

To see servers using it, click here.

=> When you download the plugin, first time or not, if possible, give me a feedback about how it is working and what you think about it so then i can use that to improve it.

lokizito 10-09-2011 15:03

Re: [CS:S] RankMe Connect Announcer (Version r3 - 09 Oct 11)
 
Quote:

Originally Posted by sinblaster (Post 1571718)
Thanks Ill give it a try because the other one (announcer) gives me nothing but errors constantly.

EDIT.

Is this supposed to be for HLSTATSX:CE?

No, this is for RankMe.
Code:

--- Requirements:
 It requires RankMe plugin version V.2.5.8 or later.


sinblaster 10-09-2011 15:05

Re: [CS:S] RankMe Connect Announcer (Version r3 - 09 Oct 11)
 
thanks, its just that you said in the first line

"Just like Top 10 Player HlstatsCE Announcer" So I expected it was. Thanks

hasjduden 10-13-2011 14:56

Re: [CS:S] RankMe Connect Announcer (Version r3 - 09 Oct 11)
 
Hi!

Great plugin! Uses to work, but I have expirenced a bug that comes from time to time.

Look at SS.

http://i52.tinypic.com/m8jplf.png

Else, great! :grrr:

lokizito 10-13-2011 21:30

Re: [CS:S] RankMe Connect Announcer (Version r3 - 09 Oct 11)
 
1 Attachment(s)
@hasjduden
As i said at the rankme post, the fixed version is done. is just a translation problem. I will post the fixed translation here as i can't test it right away but it should be okay.

lokizito 10-14-2011 17:30

Re: [CS:S] RankMe Connect Announcer (Version r4 - 14 Oct 11)
 
New version posted.
Changelog:
Code:

=> r4 (14/10/11):
        = Fix: Fixed translations #format. (As the translation has changed, a map change is required).


siangc 10-15-2011 04:36

Re: [CS:S] RankMe Connect Announcer (Version r4 - 14 Oct 11)
 
Nice, thanks for making it!

lokizito 10-20-2011 15:33

Re: [CS:S] RankMe Connect Announcer (Version r4 - 14 Oct 11)
 
Just posted the attachment again because it was a RAR file with ZIP extension. Fixed now.

krispx 10-28-2011 03:33

Re: [CS:S] RankMe Connect Announcer (Version r4 - 14 Oct 11)
 
hi lokizito,

Code:

= rankme_announcer_player_connect -> Announce when a player connect with position and points? Default 1.
= rankme_announcer_player_disconnect -> Announce when a player disconnect with position and points?  Default 1.

is possible to add a function about normal players for choice position in screen (hint/chat/center)?

Thx ;)

lokizito 11-02-2011 09:54

Re: [CS:S] RankMe Connect Announcer (Version r4 - 14 Oct 11)
 
Quote:

Originally Posted by krispx (Post 1584730)
hi lokizito,

Code:

= rankme_announcer_player_connect -> Announce when a player connect with position and points? Default 1.
= rankme_announcer_player_disconnect -> Announce when a player disconnect with position and points?  Default 1.

is possible to add a function about normal players for choice position in screen (hint/chat/center)?

Thx ;)

Sure. No problem.


All times are GMT -4. The time now is 01:42.

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