View Single Post
Author Message
genuine
Junior Member
Join Date: Nov 2019
Old 05-04-2021 , 16:46   [CS:GO] Kill Streak Rewards
Reply With Quote #1

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:

Code:
"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"
}
List of gun/equipment names that you can put on ks_reward

Spoiler


Credits:

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


Github Repository
__________________

Last edited by genuine; 05-06-2021 at 01:19. Reason: prefix
genuine is offline