Vice City: Multiplayer

Server Development => Scripting and Server Management => Script Showroom => Topic started by: rulk on Nov 01, 2015, 08:40 PM

Title: Manhunt
Post by: rulk on Nov 01, 2015, 08:40 PM
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

Included Files

DOWNLOAD (http://files.thijn.ovh/download/259d63416e93c78746601432dfeb6d7d/hunt.zip)

special thanks to @Doom_Killer
Title: Re: Manhunt
Post by: . on Nov 01, 2015, 08:43 PM
Hah, remember this from the old Counter-Strike days ;D
Title: Re: Manhunt
Post by: Xmair on Nov 02, 2015, 02:11 AM
Hue, Same as @S.L.C
Title: Re: Manhunt
Post by: KAKAN on Nov 02, 2015, 08:35 AM
Nice one dude.
It'll make us feel like CS, just need some custom skins.
Title: Re: Manhunt
Post by: wilber32 on Nov 02, 2015, 06:35 PM
Nice
Title: Re: Manhunt
Post by: Coolkid on Jan 20, 2016, 02:15 AM
Can someone correct the link the download link is not working
Title: Re: Manhunt
Post by: Stormeus on Jan 20, 2016, 06:12 AM
Quote from: Coolkid on Jan 20, 2016, 02:15 AMCan someone correct the link the download link is not working

@Thijn
Title: Re: Manhunt
Post by: Thijn on Jan 20, 2016, 06:56 AM
Fixed.
Title: Re: Manhunt
Post by: Coolkid on Apr 07, 2016, 08:15 PM
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]
Title: Re: Manhunt
Post by: MacTavish on Apr 07, 2016, 08:21 PM
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.
Title: Re: Manhunt
Post by: Coolkid on Apr 07, 2016, 09:47 PM
yes the bounty is not given to player all things are fine but when a player wins the manhunt he dontget any bounty money
Title: Re: Manhunt
Post by: DizzasTeR on Apr 08, 2016, 03:55 AM
Are you blind?
// Reward Killer.Name or Killer.ID here
Title: Re: Manhunt
Post by: W3aPoN^ on Dec 07, 2016, 07:22 PM
i Added This In My Script But Then i Can't Able To use other Cmds BUG!
Title: Re: Manhunt
Post by: Kewun on Dec 07, 2016, 08:20 PM
stop bumping noob and provide error line and what is there