Its a Kill Bonus script which add Health and money for a normal kill ,Headshot or knive kill !
//============Normal Kill==================//
//Should a kill give extra hitpoints?
//ON -> 1
//OFF -> 2
es_setinfo mgc_kill_hp_on 1
//How much hitpoints should be given for a kill?
//->5 would be 5 hitpints
es_setinfo mgc_kill_hp 5
//Should a kill give extra Money?
//ON -> 1
//OFF -> 2
es_setinfo mgc_kill_money_on 1
//How much Money should be given for a kill?
//->50 would be 50$
es_setinfo mgc_kill_money 50
//=========================================//
//============Headshot Kill==================//
//Should a headshot give extra hitpoints? (this is not added to the normal kill bonus!)
//ON -> 1
//OFF -> 2
es_setinfo mgc_headshot_hp_on 1
//How much hitpoints should be given for a Headshot?(this is not added to the normal kill bonus!)
//->10 would be 10 hitpints
es_setinfo mgc_headshot_hp 10
//Should a headshot give extra Money? (this is not added to the normal kill bonus!)
//ON -> 1
//OFF -> 2
es_setinfo mgc_headshot_money_on 1
//How much Money should be given for a Headshot?(this is not added to the normal kill bonus!)
//->100 would be 100$
es_setinfo mgc_headshot_money 100
//=========================================//
//============Knive Kill==================//
//Should a Knive kill give extra hitpoints? (this is not added to the normal kill bonus!)
//ON -> 1
//OFF -> 2
es_setinfo mgc_knive_hp_on 1
//How much Hitpints should be given for a Knive kill?(this is not added to the normal kill bonus!)
//->20 would be 20 hitpints
es_setinfo mgc_knive_hp 20
//Should a Knive Kill give extra Money?(this is not added to the normal kill bonus!)
//ON -> 1
//OFF -> 2
es_setinfo mgc_knive_money_on 1
//How much Money should be given for a Knive Kill?(this is not added to the normal kill bonus!)
//->1000 would be 1000$
es_setinfo mgc_knive_money 1000
//=========================================//
//==============Advert====================//
//The adverts wher is wiritten to the Killer :
//->:You got 5 HP added for the Kill! (if its active)
//->:You got 50$ added for the Kill! (if its active)
//...and so on^^
//ON -> 1
//OFF -> 2
es_setinfo mgc_advert_on_kill 1
//I have a smal advert where is written :[Kill-Bonus]Powerd by mgc-2009.de! would be great if you leave it ^^ =)
//but if you want, you can disable it^^
//ON -> 1
//OFF -> 2
es_setinfo mgc_advert 1
[url]http://forums.eventscripts.com/viewtopic.php?f=27&t=38251[/url]
Installation
just add "es_load killbonus" without the ""in the autoexec.cfg
Version Notes For 2.0 completed
Updated on: 2010-06-02 06:39:50 EST by Datei (View Zip Contents)
completed ->Kill bonus hp+cash
->Headshot bonus hp+cash
->Knive Kill bonus hp+cash
.CFG
->howmuch HP and Cash for each kind of kill
->Adverts on or off?
FIXED
->Selfkill Bug
->Advrts added
->Knivekill Bug^^