Page 1 of 1

[CSGO] Kill Confirmed

Posted: Fri Jan 24, 2020 10:12 am
by Andreeas
A simple gamemode I thought of remaking in csgo while messing around with the "item_coop_coin" entity

Description
Kill confirmed is a gamemode where you have to confirm the kills you or a teammate makes by collects a coin that spawns when someone is killed.

ConVars
// How long till coins despawn
// -
// Default: "10"
// Minimum: "0.000000"
kc_coinlife "10"

// Points gained for collected a coin of the opposing team
// -
// Default: "1"
// Minimum: "0.000000"
kc_collectpointgain "1"

// How many points does the other team lose when their coin is collected
// -
// Default: "0"
// Minimum: "0.000000"
kc_collectpointloss "0"

// Score required to win
// -
// Default: "30"
// Minimum: "0.000000"
kc_maxscore "30"


Download
Source