Giter Club home page Giter Club logo

advanced-kill-assists's Introduction

Advanced Kill Assists

English | Русский

Advanced Kill Assists

AMX Mod X plugin for Counter-Strike.

Displays assists for kills in the kill list, without changing the client settings. There is a setting for the monetary reward that the player can get for helping in the kill; switch for issuing frags for an assist; selection of an algorithm for counting assistants.

To integrate with AES, you need to compile the plugin with the aes_v.inc present in the include folder. You do not need to edit anything in the plugin.

Cvars

  • aka_algorithm "1" Algorithm for determining assistants in the assassination. The default is ADVANCED (1).
//		CSSTATSX — Equivalent to CSstatsX.
//		ADVANCED is an improved and fairer formula that chooses from a number of other assistants who has dealt the most damage victim and whose percentage of damage from the total damage from all is at least DAMAGE_FOR_ASSIST percent.
  • aka_frag "1" If the value is positive, the player who assisted in the kill will be credited with a frag.
  • aka_money "100" How much money to pay to the assisted player. Payment will be made only if the specified value is greater than zero.
  • aka_damage "30.0" Universal damage value. Its value is determined by the aka_algorithm.
  • aka_exp "0" How much AES experience to give to the assisted player. How much AES experience to give to a player who assisted in a kill. The output will only occur if a value greater than zero is specified.
  • aka_chatmessage "1" Display a chat message to the player who assisted in the kill. The message template is contained in data/lang/next21_kill_assist.txt. Special inserts supported:
//		[award]  — Money kill reward equal to aka_money. Output without the '$' character.
//		[exp]    — Experience kill reward equal to aka_exp. Only works with AES.
//		[killer] — Killer player nickname.
//		[victim] — Victim player nickname.
//    The [exp] value only works with aka_exp > 0 and AES activated, and the [award] value only works with aka_money > 0.
//    Otherwise, an empty value will be displayed.

Requirements

Authors

Thanks

  • Nestle_ for the stock to change the nicknames of the players
  • PRoSToC0der for potential bugs found
  • 8dp for help in developing an algorithm for reducing nicknames with floating sizes
  • Garey for investigating and identifying the cause of the crash POV demo
  • ReHLDS Team for Invisible Spectator plugin

advanced-kill-assists's People

Contributors

psycrow101 avatar xelson avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mykolasimutin

advanced-kill-assists's Issues

message on off cvar

hello, could you make a possibility on off message
example
aka_txt_msg "1" // enable 1 disable 0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.