Ranks the Terrorists with the following:[list][b]Rank[/b]- Player ranking, e.g. 1/9
[b]Kills[/b] - Counts the kills only for Terrorists and only if a Terrorist kills somebody (not for bomb plant/explode).
[b]Deaths[/b] - Counts the deaths for both Terrorists and Counter-Terrorists.
[b]Points[/b] - Start at 0. After every kill, a player gets 2 points. If the round ends and the Ts won, they all get 2 points.
Else, if the CTs won it, Ts will lose 2 points.
If a player suicides (for any reason), they will lose 2 points if they are a Terrorist.
[b]Rounds Played[/b] - Counts every round a player has played.[/list]
Here's the (new) config file:[code]// *********************************************
// * Terrorist Rank by BackRaw - Configuration *
// *********************************************
// ***************
// * Say Options *
// ***************
// Choose which command is used to get the ranks
terroristrank_saycommand "trank"
// 0 = Say-Command is hidden, 1 = not hidden
terroristrank_saymode 1
// ****************
// * Rank Options *
// ****************
// 0 = Ranks by Kills, 1 = Ranks by Points
terroristrank_rankmode 1
// How many hours can a player stay in the rank?
terroristrank_stayhours 72
// *********************************************
// * Terrorist Rank by BackRaw - Configuration *
// *********************************************
[/code]If you have any suggestions/questions, ask in the forums.
Installation
1. Extract the Zip file to ./cstrike - folder structure already done by me.
2. Add the following to your autoexec.cfg:[code]es_xload terroristrank[/code]3. Do a mapchange or load it manually (rcon es_load terroristrank).
Version Notes For 2.0
Updated on: 2009-12-27 19:18:12 EST by BackRaw (View Zip Contents)
removed some nonsense-lines...