The Manhunt (0.3c, from scratch) -
admantis - 17.11.2011
The Manhunt
Concept:
Based in SA-MP manhunt's gamemode idea. In the Manhunt, a random player will be choosen .. and if their chosen, all the other players must chase him down, and whoever kills him will have a reward in money, and score.
The objective? Kill the manhunt-victim to have the highest ammounf of score. However, there is a put-down; if you kill the victim, you will become the new victim, and everyone will have to hunt you down! That's why it's called "man-hunt".
So basically, it's a "1 vs all-the-remaining-players" game.
This gamemode was last updated 13th october of 2011.. and a small project I made for practice.. I wanted to make a server with it but never had the sufficent time.
There might be bugs .. i'm not sure, I tested it, but not 100%. So I'm not supporting this script anymore because I have more projects.
Features:
+ Registratio, with the most used basic commands, scripted in Dini.
+ It uses the latest systems .. such as sscanf and zcmd implemented in PAWN except Dini but it's still acceptable.
+ Manhunt system: kill a choosen player, receive a reward, become the new victim!
+ If nobody is online and a manhunt hasn't been started, you will automatically be the new manhunt.
+ Loads vehicles based on a .txt file script by sa-mp team.
+ The script is based mainly in the LV desert.
+ If you are selected as a victim you will be given certain bonuses such as +ammo, +armour, +weapons.
Download:
Pastebin
I recon it's a small script only +800 lines but everything is a contribution to the community and it's a simple script I did for practice.
Re: The Manhunt (0.3c, from scratch) -
Darklom - 18.11.2011
You finally decided to release it aha.
Great job Admantis, you've done a good job with learning PAWNO and thanks for all your help in anything you've helped me with I haven't forgotten about you!
Re: The Manhunt (0.3c, from scratch) - Astralis - 18.11.2011
nice job amantis.
Re: The Manhunt (0.3c, from scratch) -
[COD5]RedWolf - 18.11.2011
hmm cool
Re: The Manhunt (0.3c, from scratch) -
iNaruto - 18.11.2011
mhmm Very nice , cool and
unique gamemode !!!! <3 it
Re: The Manhunt (0.3c, from scratch) -
davve95 - 18.11.2011
Sounds fun good job
Re: The Manhunt (0.3c, from scratch) -
Marricio - 19.11.2011
Nice script
Re: The Manhunt (0.3c, from scratch) -
[LaTinb0y]...$ag3R - 19.11.2011
i won't praise it but any way niceeeeeeeeeeeeeee
Re: The Manhunt (0.3c, from scratch) -
VIRUXE - 19.11.2011
I'm having a problem with a Dini related function.
mahunt.pwn(443) : error 047: array sizes do not match, or destination array is too small
Line 443: Checker = dini_Get( szFile, "Password" );
Edit: Fixed it by raising Checker size to 256 since the DINI_MAX_STRING define is set to 255.
Also, one question, why is the mapname set to volt-host.com?
Re: The Manhunt (0.3c, from scratch) -
admantis - 19.11.2011
Quote:
Originally Posted by ViRuXe
I'm having a problem with a Dini related function.
mahunt.pwn(443) : error 047: array sizes do not match, or destination array is too small
Line 443: Checker = dini_Get( szFile, "Password" );
Edit: Fixed it by raising Checker size to 256 since the DINI_MAX_STRING define is set to 255.
Also, one question, why is the mapname set to volt-host.com?
|
Because I used to host it there, you can easily change it by searchinf (ctrl + f) "volt-host" and change it.
Thanks for replies.