Raised This Month: $51 Target: $400
 12% 

N1G-CS:S-RANK - CS:S Ranking with optional Webinterface


Post New Thread Reply   
 
Thread Tools Display Modes
r5053
SourceMod Donor
Join Date: May 2007
Location: Germany
Old 09-15-2008 , 03:49   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #11

Quote:
Originally Posted by Greentryst View Post
Do not use Report Post to ask for approval or I will trash your plugin.
bailopan wrote:

If you need the rules clarified, use the "Report Post" button on your plugin thread.
__________________
Visit HLPortal.de (this is not my Page)


r5053 is offline
Send a message via ICQ to r5053 Send a message via Skype™ to r5053
Liam
SourceMod Developer
Join Date: Jan 2008
Location: Atlanta, GA
Old 09-15-2008 , 11:09   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #12

You've also got it advertised as having an optional web interface, when in fact, one doesn't exist. You need to either write that or remove it from the advertisement line.
__________________
Please don't PM me for support of my plugins. If you have a question, reply in the appropriate thread.

Weapon Restrictions w/ Warmup
High Ping Kicker - Lite Edition
AFK Manager
Liam is offline
r5053
SourceMod Donor
Join Date: May 2007
Location: Germany
Old 09-15-2008 , 11:12   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #13

actualy in this second you wrote this i work on a update for this plugin and on the webinterface

first step:
applying the latest changes from the tf2 version (done)

second step:
adding a new features to both plugins (done)

third step:
adding some evets like bomb explode (done)

-update released!!! (done)

and last step
adding the anounced webinterface

will be released today
__________________
Visit HLPortal.de (this is not my Page)



Last edited by r5053; 09-15-2008 at 12:17.
r5053 is offline
Send a message via ICQ to r5053 Send a message via Skype™ to r5053
r5053
SourceMod Donor
Join Date: May 2007
Location: Germany
Old 09-15-2008 , 14:00   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #14

webinterface is released but untested because i don't own a cs:s server
__________________
Visit HLPortal.de (this is not my Page)


r5053 is offline
Send a message via ICQ to r5053 Send a message via Skype™ to r5053
Sgt-Mess
Senior Member
Join Date: Dec 2007
Location: Sway Side,WA
Old 09-17-2008 , 03:05   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #15

How about adding an option for when you type player, you can type player <player name or part of player name> Which will then bring up that players rank.
__________________
Sgt-Mess is offline
Send a message via AIM to Sgt-Mess
r5053
SourceMod Donor
Join Date: May 2007
Location: Germany
Old 09-19-2008 , 03:17   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #16

maybe soon for both plugins TF2 and CS:S
__________________
Visit HLPortal.de (this is not my Page)


r5053 is offline
Send a message via ICQ to r5053 Send a message via Skype™ to r5053
Scipio
Junior Member
Join Date: Sep 2008
Old 10-05-2008 , 22:46   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #17

Hi r5053,

I'm looking for a Stats/Rank plugin for my server, your plugin looks brilliant for my server, except for two things.

I see that the sg550 & awp aren't included in the weapons points, why is that? Is this something that can't be done? If it can be done could you please explain to me what to add to the source to enable them.

The other thing is I would love to have the "players" command disabled, I really want players Stats/Ranks to be an individual thing, except for the top10 players. Will removing these parts of the source code and re-compiling disable the "players" command? And not effect anything else:

Code:
    else if (strcmp(text[startidx], "players", false) == 0)
{
    listplayers(client)
}
And this:

Code:
public listplayers(client)
{
    Menu_playerlist(client)
}

public Action:Menu_playerlist(client)
{
    new Handle:menu = CreateMenu(MenuHandlerplayerslist)
    SetMenuTitle(menu, "Online Players:")
    new maxClients = GetMaxClients();
    for (new i=1; i<=maxClients; i++)
        {
            if (!IsClientInGame(i))
            {
                continue;
            }
            new String:name[65];
            GetClientName(i, name, sizeof(name));
            new String:steamId[MAX_LINE_WIDTH];
            GetClientAuthString(i, steamId, sizeof(steamId));
            AddMenuItem(menu, steamId, name)
        }
    SetMenuExitButton(menu, true)
    DisplayMenu(menu, client, 20)
    return Plugin_Handled
}
public MenuHandlerplayerslist(Handle:menu, MenuAction:action, param1, param2)
{
    /* Either Select or Cancel will ALWAYS be sent! */
    if (action == MenuAction_Select)
    {
    new String:info[32]
    GetMenuItem(menu, param2, info, sizeof(info))
    rankpanel(param1, info)
    }
    
    
    /* If the menu has ended, destroy it */
    if (action == MenuAction_End)
    {
        CloseHandle(menu)
    }
}
Also does the Rank go by Points or Highest kills or kdr?

With the "rank_admin" command, does that reset all ranks or just the admin that is using the command?

Do players also get a point for every kill or just points depending on the weapon used or bomb.

Thank you.
Scipio is offline
r5053
SourceMod Donor
Join Date: May 2007
Location: Germany
Old 10-06-2008 , 09:30   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #18

contact me @steam my nam is "R_HEHL"
__________________
Visit HLPortal.de (this is not my Page)


r5053 is offline
Send a message via ICQ to r5053 Send a message via Skype™ to r5053
r5053
SourceMod Donor
Join Date: May 2007
Location: Germany
Old 10-13-2008 , 13:47   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #19

www.compactaim.de/downloads/n1g-css-stats.smx
www.compactaim.de/downloads/n1g-css-stats.sp
this is a beta versione please test it i've no CS:S server online
__________________
Visit HLPortal.de (this is not my Page)


r5053 is offline
Send a message via ICQ to r5053 Send a message via Skype™ to r5053
Scipio
Junior Member
Join Date: Sep 2008
Old 10-14-2008 , 08:38   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #20

Quote:
Originally Posted by r5053 View Post
www.compactaim.de/downloads/n1g-css-stats.smx
www.compactaim.de/downloads/n1g-css-stats.sp
this is a beta versione please test it i've no CS:S server online
Thanks, I'll test it now, what CVar should I use for the Awp & SG550 so I can control the amount of points per kill? I can't see rank_kill_awp or rank_kill_sg550 in the source of the new version. I'll try those and see what happens.

The other thing I wanted to ask for was the KDR figure to show under kills & deaths in players Rank panel, I know it's easy to work out in your head what the KDR is, but having in the panel would make this stats plugin that much better.
Scipio is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:16.


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