[CSGO/CSS?] [Store] Credits for Specified Events!

Post Reply
User avatar
Andreeas
Hero Member
Hero Member
Posts: 601
Joined: Wed Jan 22, 2020 8:17 pm
Jucator SA:MP ?: Nu
Nick:: Andreeas
Jucator CS ?: Nu

[CSGO/CSS?] [Store] Credits for Specified Events!

Post by Andreeas »

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

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"
Installation
  • Put plugins and translations folder in your gameserver.
    Change map/Restart server.
    Edit "cruze_creditsforspecifiedevents" located in "cfg/sourcemod"



Download / Source
Post Reply

Return to “Fun Stuff”