|
// AMX Mod X Script
//
// bountyhunter.amxx
//
// Author Slurpy [COF]
// [email protected]
//
// USAGE: (cvars for amxx.cfg)
// ======
// amx_bountyhunter <1/0> = enable/disable bounty hunter
//
// killraisesbounty <amount> = bonus added to bounty for every kill the mark makes during round
//
// basebounty <amount> = number of frags for mark times this amount for the base bounty
//
// tkmarkpenalty <amount> = $ penalty for tking the mark
//
// DESCRIPTION:
// ============
// This plugin will randomly select one person each round to be the mark.
// The player "bounty hunter" that kills the mark gets a monetary bonus based
// on the number of kills that the mark has and any additional ones made during that round.
// If the mark is not killed, the money is gone and a new mark with a new bounty is selected the next round.
//
// CHANGELOG:
// ==========
//
// - 01.09.2005 Version 1.0
// * Initial public Release
//
// TO POSSIBLY BE ADDED
// ====================
// - make the mark glow
// - give the mark free armour
// - ability for players to add to the bounty
//
|
|