Manhunt

Started by rulk, Nov 01, 2015, 08:40 PM

Previous topic - Next topic

rulk

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

special thanks to @Doom_Killer
We are all god's children.

.

Hah, remember this from the old Counter-Strike days ;D
.

Xmair


Credits to Boystang!

VU Full Member | VCDC 6 Coordinator & Scripter | EG A/D Contributor | Developer of VCCNR | Developer of KTB | Ex-Scripter of EAD

KAKAN

Nice one dude.
It'll make us feel like CS, just need some custom skins.
oh no

wilber32


Coolkid

Can someone correct the link the download link is not working

Stormeus

Quote from: Coolkid on Jan 20, 2016, 02:15 AMCan someone correct the link the download link is not working

@Thijn

Thijn


Coolkid

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]

MacTavish

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.

Grand Hunting Project
Join #SLC, #KAKAN, #Doom, #GHP @LUnet

Retired VC:MP Player/Scripter :P

Coolkid

yes the bounty is not given to player all things are fine but when a player wins the manhunt he dontget any bounty money

DizzasTeR

Are you blind?
// Reward Killer.Name or Killer.ID here

W3aPoN^

i Added This In My Script But Then i Can't Able To use other Cmds BUG!

Kewun

#13
stop bumping noob and provide error line and what is there