15.02.2009, 21:35
[FS] [MiniGame] Jump-Competition
=>Update History<=
[V1] 15-02-2009
- First Release
- Added money-rewards for reaching 1st, 2nd or 3rd place.
- Added some text-messages (to all players) when someone broke the record.
=>Goal<=
The main goal in this minigame is to jump as far as you can on a motor-bike and conquer a position in the Highscore-table.
The filterscript will save the the global top-3-scores and the the highscore for each player who played this game. (even if the server is closing).
=>Location<=
Desert Airstrip
=>ScriptInfo<=
- Lines: 612
- Objects: 44
- Textdraws: 5
- Menu's: 4
- Vehicles: 1
=>Installation<=
- Download the Jump-Game.rar
- Extract both files in your 'filterscripts' folder
- Open your server.cfg
- Add behind after filterscripts, "JumpGame"
- Save server.cfg
- (Re)start your server
At default the script use these rewards:
1st place: $20000
2nd place: $10000
3rd place: $5000
To change these rewards, open the script (Jump-Game.pwn) and edit these 3 lines. (You will find them at the top of the script):
Код:
#define FIRST_PLACE_REWARD 20000 #define SECOND_PLACE_REWARD 10000 #define THIRD_PLACE_REWARD 5000
- /jumphelp [List of commands]
- /jump [To start the game (only 1 player at the same time!)]
- /stopjump [To stop the game while you're playing]
- /jumphighscore, /jumphighscores, /jhs [Shows the highscore table in the chat]
- /jumpadmin [Opens a menu for some admin-options]
- Reset the Global Highscores
- Reset the Personal Highscores
- Change the Bike-model
=>Video<=
Notes:
- Sorry for bad quality, me and my computer s*ck at making video's
- Do not mind the gametext and textdraws in this video, it's an older version, in this version the textdraws are improved (see the screenshots here below)
=>Screenshots<=
=>Download<=
[V2]
- http://www.mediafire.com/file/2rkt4tmmrrz/Jump-Minigame.rar
- http://pastebin.com/f5fb4cb6e (source only and bad indentation)
- http://www.mediafire.com/file/2rkt4t...p-Minigame.rar
- http://pastebin.com/f5fb4cb6e (source only and bad indentation)
=>Bugs<=
If couldn't find any more bugs. But i am not able to test this script with more than 1 people in the server. But since you can play the game only with 1 player at a time, there shouldn't be any problem with multiple players in the server. In case there are, please report them here!
=>Note<=
This FS saves the topscore of each player in 1 file (Default: PersonalJumpHighscores.cfg):
For example:
Quote:
Sandra[NL]=93.5239 Someone=57.788997 Kye=1337.0000 Whatever=87.4912 |
Anyway, enjoy this minigame, and leave a comment
