Description
Based on the kill /death rate players are handicapped more and more.
Handicaps can be:
health reduction
money reduction
weapon restrictions
[code]
Admin Chat commands:
!hc edit handicap of users
!hc_off auto handicap off
!hc_on auto handicap on
!hc_which show list of handicapped players
User Chat commands:
!hc_show show overview of your handicap
!hc_rules show all handicap levels
[/code]
[code]
kd = kill-death-rate = #kills - #deaths
#kills = Number of kills of a player
#deaths = Number of deaths of a player
Increasing Handicap:
kd < 10: Handicap Level 0
kd >= 10: Handicap Level 1
kd >= 20: Handicap Level 2
kd >= 30: Handicap Level 3
kd >= 40: Handicap Level 4
kd >= 50: Handicap Level 5
kd >= 60: Handicap Level 6
kd >= 70: Handicap Level 7
kd >= 80: Handicap Level 8
kd >= 90: Handicap Level 9
kd >= 100: Handicap Level 10
Decreasing Handicap:
kd < 96: Handicap Level 9
kd < 86: Handicap Level 8
kd < 76: Handicap Level 7
kd < 66: Handicap Level 6
kd < 56: Handicap Level 5
kd < 46: Handicap Level 4
kd < 36: Handicap Level 3
kd < 26: Handicap Level 2
kd < 16: Handicap Level 1
kd < 6: Handicap Level 0
Handicap-Level 0-10:
Handicap 0 = no Handicap
Handicap 1 = health=80
Handicap 2 = health=60
Handicap 3 = health=50
Handicap 4 = health=50
restricted:
Strong pistols(glock,deagle,elite)
Handicap 5 = health=50
restricted:
Common rifles(ak47,m4a1,scout,awp)
Strong pistols(glock,deagle,elite)
Handicap 6 = health=50
restricted:
All rifles(galil,famas,ak47,m4a1,scout,sg550,aug,awp,g3sg1,sg552)
Strong pistols(glock,deagle,elite)
Handicap 7 = health=40
restricted:
All rifles(galil,famas,ak47,m4a1,scout,sg550,aug,awp,g3sg1,sg552)
All shotguns(m3,xm1014)
All pistols except p228(glock,usp,deagle,elite,fiveseven)
Handicap 8 = health=40
restricted:
All rifles(galil,famas,ak47,m4a1,scout,sg550,aug,awp,g3sg1,sg552)
All shotguns(m3,xm1014)
Machine gun(m249)
All pistols except p228(glock,usp,deagle,elite,fiveseven)
Handicap 9 = health=20
restricted:
All rifles(galil,famas,ak47,m4a1,scout,sg550,aug,awp,g3sg1,sg552)
All shotguns(m3,xm1014)
All smgs(mac10,tmp,mp5navy,ump45,p90)
Machine gun(m249)
All pistols except p228(glock,usp,deagle,elite,fiveseven)
in other words:
Only p228,grenades and knife allowed
Handicap 10 = health=20
restricted:
All except grenades and knife
in other words:
Only grenades and knife allowed
Botkills are not counted. Killpoints for defusing the
bomb are counted.
If an admin edits a players handicap using the
handicap manu, the automatic handicap will be
deactivated for this player. This holds as long
the edited handicap is not removed by an admin
again.
The automatic handicap is not permanent.
The admin edited handicap is permanent.
[/code]