Raised This Month: $12 Target: $400
 3% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Cruze
Veteran Member
Join Date: May 2017
Plugin ID:
6273
Plugin Version:
1.14
Plugin Category:
Fun Stuff
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
Servers with this Plugin:
 
Plugin Description:
Gives credits to player who get Headshot, Knife, Backstab Knife, Taser, Grenade, Assists kill and for MVP, Planting, Defusing, Team who win round.
Old 09-22-2018 , 02:55   [CSGO/CSS?] [Store] Credits for Specified Events!
Reply With Quote #1

Description

Gives credits to player who get Headshot, Knife, Backstab Knife, Taser, Grenade, Assists kill and for MVP, Planting, Defusing, Team who win round.

Dependencies

Zephyrus Store / Kxnrl Store

CVARS
Code:
// 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
  1. Put plugins and translations folder in your gameserver.
  2. Change map/Restart server.
  3. Edit "cruze_creditsforspecifiedevents" located in "cfg/sourcemod"

Changelog
Code:
1.0
Initial Release.
1.1
Added Knife backstab and grenades credits!! Thanks skyler.b for suggestion! :)
Fixed changing values in cfg file didn't do anything.
Added global cvars
1.11 + 1.12 + 1.13
Now you will no longer get credits on team hs, knife, assist, grenade, zeus and backstab knife.
Fixed assister.
Added "sm_cse_chatmsg" to toggle plugin's chat messages. Thanks K1dd for suggestion.
1.14
Added credits for planter, defuser and team who win round.
Fixed 1 credit not working -_-' my bad.

1.0-Kxnrl
Added kxnrl store support in kxnrl branch in github.
1.1-Kxnrl
Fixed chat tag and added credits for normal kill.
DOWNLOAD

[Download | Source Code]


Translations are welcome !


Have more Ideas for this plugin? Post reply in this post!!


P̶.̶S̶:̶-̶ ̶T̶e̶s̶t̶e̶d̶ ̶i̶n̶ ̶m̶y̶ ̶L̶A̶N̶(̶w̶i̶t̶h̶ ̶b̶o̶t̶s̶)̶ ̶s̶e̶r̶v̶e̶r̶ ̶o̶n̶l̶y̶.̶ ̶R̶e̶p̶o̶r̶t̶ ̶i̶s̶s̶u̶e̶s̶ ̶i̶f̶ ̶y̶o̶u̶ ̶f̶a̶c̶e̶ ̶a̶n̶y̶!̶

Last edited by Cruze; 06-20-2020 at 12:26. Reason: Kxnrl Store Support
Cruze is offline
skyler.b
AlliedModders Donor
Join Date: Dec 2017
Location: israel
Old 09-22-2018 , 07:20   Re: [CSGO/CSS?] [Store] Credits for Specified Events!
Reply With Quote #2

nice release, add maybe backstab event, grenade kill event etc.. there is no special in these event you mentioned they pretty basic
__________________
Taking private requests

part of the gurney is the end.
skyler.b is online now
Cruze
Veteran Member
Join Date: May 2017
Old 09-22-2018 , 07:55   Re: [CSGO/CSS?] [Store] Credits for Specified Events!
Reply With Quote #3

Quote:
Originally Posted by skyler.b View Post
nice release
Thanks
Quote:
add maybe backstab event, grenade kill event etc..
thanks for ideas, will try!
Quote:
there is no special in these event you mentioned they pretty basic
yea, but there wasn't a plugin which did so..
__________________
Taking paid private requests! Contact me
Cruze is offline
Cruze
Veteran Member
Join Date: May 2017
Old 09-23-2018 , 05:09   Re: [CSGO/CSS?] [Store] Credits for Specified Events!
Reply With Quote #4

Updated to version 1.1
__________________
Taking paid private requests! Contact me
Cruze is offline
Cruze
Veteran Member
Join Date: May 2017
Old 10-02-2018 , 15:06   Re: [CSGO/CSS?] [Store] Credits for Specified Events!
Reply With Quote #5

Fix 1.11
edit:- Fixed assist in version 1.12
edit2:- Added "sm_cse_chatmsg" to toggle plugin's chat messages. Thanks K1dd for suggestion.

Download
__________________
Taking paid private requests! Contact me

Last edited by Cruze; 10-08-2018 at 02:56. Reason: Version 1.13
Cruze is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-10-2018 , 18:06   Re: [CSGO/CSS?] [Store] Credits for Specified Events!
Reply With Quote #6

It is compatible with this Store: https://forums.alliedmods.net/showthread.php?t=255418

If not, could you also do this version?
paulo_crash is offline
Cruze
Veteran Member
Join Date: May 2017
Old 10-11-2018 , 02:15   Re: [CSGO/CSS?] [Store] Credits for Specified Events!
Reply With Quote #7

Quote:
Originally Posted by paulo_crash View Post
Nope.
Quote:
If not, could you also do this version?
No plans as I don't use that store!
__________________
Taking paid private requests! Contact me

Last edited by Cruze; 10-11-2018 at 02:16.
Cruze is offline
Cruze
Veteran Member
Join Date: May 2017
Old 10-12-2018 , 08:21   Re: [CSGO/CSS?] [Store] Credits for Specified Events!
Reply With Quote #8

Update 1.14
Check changelog in post.
__________________
Taking paid private requests! Contact me
Cruze is offline
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 10-12-2018 , 10:21   Re: [CSGO/CSS?] [Store] Credits for Specified Events!
Reply With Quote #9

Quote:
Originally Posted by paulo_crash View Post
It is compatible with this Store: https://forums.alliedmods.net/showthread.php?t=255418

If not, could you also do this version?
that store is obsolete, use Zephyru's store.
NanoC is offline
Send a message via Skype™ to NanoC
Toxic HAWK
New Member
Join Date: Feb 2019
Old 03-16-2019 , 13:54   Re: [CSGO/CSS?] [Store] Credits for Specified Events!
Reply With Quote #10

Can you make the events more randomly? For example: Kill a player with AK-47 or AWP or Scout for 20 credits, etc.;Jump 20 times this map for 5 credits; Stay 1 hour on the server for 30 credits. I would appreciate so much if you can do this.
Toxic HAWK is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:21.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode