Page 1 of 1

[CS:GO] Kill Streak Rewards

Posted: Tue Nov 23, 2021 2:53 pm
by greenie
Note: This is my first plugin so code might be a bit "dirty".

Description:

This plugin gives rewards aka weapons/equipments for kills. Any CS:GO guns, utilites, equipments can be given. I personally use it in my server for giving healthshot.

Config:
"Rewards"
{
// Plugin mode: 0 - disabled, 1 - counts every kills including team kills, except suicide (for FFA),
// 2 - counts only enemy team kills
"mode" "2"

// Kill counts and rewards for those kills
"1" "weapon_smokegrenade"
"2" "weapon_flashbang"
"3" "weapon_hegrenade"
}
Credits:

lugui - For helping on debug
Grey83 - big thanks for optimizing plugin and making it more usefull.

GITHUB