I wrote this earlier for you guys to enjoy,
A basic Manhunt system where you can place a bounty on a random player's head and kill them for the reward.
commands - /hunt - Selects a random player to hunt down
- /hunting - Informs you of the player you are hunting
Included Files- hunt.nut - This is the main class
- events.nut - The server events
DOWNLOAD (http://files.thijn.ovh/download/259d63416e93c78746601432dfeb6d7d/hunt.zip)
special thanks to
@Doom_Killer
Hah, remember this from the old Counter-Strike days ;D
Nice one dude.
It'll make us feel like CS, just need some custom skins.
Nice
Can someone correct the link the download link is not working
Quote from: Coolkid on Jan 20, 2016, 02:15 AMCan someone correct the link the download link is not working
@Thijn
Fixed.
the system works all but i think there is 1 thing that u forgot the reward thing it will only give message it will not actually give reward
[spoiler]if ( Player.Name == Hunted )
{
// Delete ManHunt instance from array.
WhosBeingHunted.remove( 0 );
// Reward Killer.Name or Killer.ID here...
// Output in-game.
return ">> ManHunt Deactivated:" + " " + Killer.Name + " " + "killed" + " " + Hunted + " " + "for" + " " + "$" + Bounty;
}
}
}
[/spoiler]
Quote from: Coolkid on Apr 07, 2016, 08:15 PMthe system works all but i think there is 1 thing that u forgot the reward thing it will only give message it will not actually give reward
Quote from: rulk on Nov 01, 2015, 08:40 PMA basic Manhunt system where you can place a bounty on a random player's head and kill them for the reward.
yes the bounty is not given to player all things are fine but when a player wins the manhunt he dontget any bounty money
Are you blind?
// Reward Killer.Name or Killer.ID here
i Added This In My Script But Then i Can't Able To use other Cmds BUG!
stop bumping noob and provide error line and what is there