[CSGO/CSS?] [Store] Credits for Specified Events!
Posted: Thu Jan 23, 2020 4:37 pm
Description
Gives credits to player who get Headshot, Knife, Backstab Knife, Taser, Grenade, Assists kill and for MVP, Planting, Defusing, Team who win round.
CVARS
Installation
Download / Source
Gives credits to player who get Headshot, Knife, Backstab Knife, Taser, Grenade, Assists kill and for MVP, Planting, Defusing, Team who win round.
CVARS
Code: Select all
// Print credits messages to chat? 0 to disable.
// -
// Default: "1"
sm_cse_chatmsg "1"
// Amount of credits to give to users who get assists on a kill. 0 to disable.
// -
// Default: "3"
sm_cse_assistsamount "3"
// Amount of credits to give to users backstab knifing enemy. 0 to disable.
// -
// Default: "3"
sm_cse_backstabamount "3"
// Amount of credits to give to users decoy killing enemy. 0 to disable.
// -
// Default: "50"
sm_cse_decoyamount "50"
// Amount of credits to give to user who defuse c4. 0 to disable.
// -
// Default: "3"
sm_cse_defuseamount "3"
// Amount of credits to give to users flash killing enemy. 0 to disable.
// -
// Default: "50"
sm_cse_flashamount "50"
// Amount of credits to give to users hegrenading enemy. 0 to disable.
// -
// Default: "3"
sm_cse_hegrenadeamount "3"
// Amount of credits to give to users headshotting enemy. 0 to disable.
// -
// Default: "3"
sm_cse_hsamount "3"
// Amount of credits to give to users knifing enemy. 0 to disable.
// -
// Default: "10"
sm_cse_knifeamount "10"
// Amount of credits to give to users molotov/incendiary killing enemy. 0 to disable.
// -
// Default: "5"
sm_cse_molotovamount "5"
// Amount of credits to give to user who gets mvp. 0 to disable.
// -
// Default: "5"
sm_cse_mvpamount "5"
// Amount of credits to give to user who plant c4. 0 to disable.
// -
// Default: "3"
sm_cse_plantamount "3"
// Amount of credits to give to users smoke killing enemy. 0 to disable.
// -
// Default: "50"
sm_cse_smokeamount "50"
// Amount of credits to give to users tasing enemy. 0 to disable.
// -
// Default: "10"
sm_cse_taseramount "10"
// Amount of credits to give to users who won round. 0 to disable.
// -
// Default: "3"
sm_cse_winneramount "3"
- Put plugins and translations folder in your gameserver.
Change map/Restart server.
Edit "cruze_creditsforspecifiedevents" located in "cfg/sourcemod"
Download / Source