AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CSGO] SRank - a csgo ranking system (https://forums.alliedmods.net/showthread.php?t=256071)

shadowdragon 01-23-2015 22:57

[CSGO] SRank - a csgo ranking system
 
2 Attachment(s)
SRank
-Description-
Hello all today i created a ranking system which is still a work in progress but is in a working order for me to release at this point in time the system will track players Kills, Headshots, Deaths and points which you can set how many a player gets with some cvars.

-MySQL-
PHP Code:

"SRank"
{
    
"driver"            "mysql"
    "host"            "HostName"
    "database"            "DatabaseName"
    "user"            "UserName"
    "pass"            "Passward"
    
//"timeout"            "0"
    //"port"            "0"


-Install-
Drag and drop everything into your server, smx goes in plugins folder.

-Cvars-
All cvars the plugin has will be created in a file called SRank.cfg in the cfg/sourcemod folder.
PHP Code:

"srank_PointsPerKill" "3"
"srank_PointsBonus" "3"
"srank_PointsForBombPlant" "5" 

-Commands-
!stats - sm_stats
!top(Does nothing at this point in time)
-Changelog-
PHP Code:

Second release v2.0
First release v1.0 

-Notes-
I have added bomb plant points but not defuse i will add that a little later on!
-TODO-
PHP Code:

1. Add !top menu.
2. Add objective points.
3. Add Reset stats for players.
4. Add a admin panel so admins can control the database.
5. Create a PHP website that will display the top users on the server.
6. I will except request on what i should add


qiuhaian 02-10-2015 07:16

Re: [CSGO] SRank - a csgo ranking system
 
nice work

hajmus 02-10-2015 08:44

Re: [CSGO] SRank - a csgo ranking system
 
Can u add to post some screenshots? :)
Does it look like hlxstats in game?

shadowdragon 02-12-2015 06:54

Re: [CSGO] SRank - a csgo ranking system
 
Sorry everyone because no one was replying to the post i assumed no one wanted it so i stopped working on it now that i see some people interested in the ranking system i will continue work on it!

asdfdsdf 02-12-2015 10:23

Re: [CSGO] SRank - a csgo ranking system
 
is there a webpage for this ranking system ?

shadowdragon 02-12-2015 18:34

Re: [CSGO] SRank - a csgo ranking system
 
Quote:

Originally Posted by asdfdsdf (Post 2261517)
is there a webpage for this ranking system ?

Very soon there will be yes! As soon as i implement the defuse points im going to start working on a webpage that will display users stats with a custom theme system so anyone can make there own clan based theme for it!

Pohearts 02-14-2015 01:52

Re: [CSGO] SRank - a csgo ranking system
 
that look awesome indeed.

shadowdragon 02-14-2015 04:59

Re: [CSGO] SRank - a csgo ranking system
 
Thank you it is getting there, Just a update im busy for a week or two so there wont be much activity by me on this post sorry.

anaskaddar 02-14-2015 10:26

Re: [CSGO] SRank - a csgo ranking system
 
Do you know why i always get an error?

shadowdragon 02-15-2015 01:24

Re: [CSGO] SRank - a csgo ranking system
 
You need to be more specific or i cant help you what does that error say? Are you connected to a MySQL database because if you are not this plugin will not function correctly and will not save/load data.


All times are GMT -4. The time now is 21:26.

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