Вторник, 02.12.2008, 18:14
 
 
Приветствую Вас Проезжий | RSS
[ Новые сообщения · Участники · Правила форума · Поиск! · RSS ]
Статистика Форума
Последние ответы Популярные темы Лучшие пользователи TOP 7
  • GTA 4 уже можно с... [GTA 4]
  • Боитесь ли вы при... [Обо Всём]
  • Помощь новечкам п... [Вопросы и Проблемы]
  • info об участника... [Media-ProGroup]
  • Литвинко или Литв... [Обо Всём]
  • Top's 100 bt ... [Юмор]
  • Adobe Photoshop C... [Графика и дизайн]
  • Вопрос - Ответ (Ответов: 959)
  • Обсуждение мода CityLi... (Ответов: 923)
  • Задавайте сюда ваши во... (Ответов: 919)
  • Помощь новечкам по скр... (Ответов: 610)
  • Обратный отщёт от 500 (Ответов: 512)
  • Пошли всех на хуй тут! (Ответов: 509)
  • Pen1 LS v1.4 by ONEhel... (Ответов: 386)
  • MiX (Сообщений: 2609)
  • AXE (Сообщений: 2262)
  • OKStyle™ (Сообщений: 1934)
  • fAkm4n (Сообщений: 1728)
  • RockStarGamer (Сообщений: 1608)
  • DarkByte (Сообщений: 1315)
  • MAK (Сообщений: 1293)
  • Страница 1 из 11
    Модератор форума: Neo 
    Форум о GTA Multiplayers. GTA SA-MP, MTA, VC-MP, IV-MP. » English part | For foreign people » Script Showroom » [GM] Adrenaline (Racing)
    [GM] Adrenaline (Racing)
    MiXДата: Вторник, 02.09.2008, 03:17 | Сообщение # 1
    Мастер джэдай

    Группа: Модераторы
    Сообщений: 2609
    Город: Санкт Петербург
    Статус: status

    *NEW VERSION*

    Main Features:
    -Included are 29 Races
    -Support for Unlimited Races
    -MTA style starting grid
    -Make and save your own races in-game.
    -Top5 Highscore system
    -Support for air races
    -Race Voting system to decide next race.

    Commands:
    /rescueme (return to grid)
    /newcar (spawns a new car for you)
    /buildmode on (enter buildmode, you will not be teleported to the next race ect.)
    /buildmode off (exit buildmode and return to grid)
    /top5 (top5 records for this race)

    Admin commands
    /track [racename] (forces a track change to the map)
    /pause (pauses the counting down to the next race)
    /resume (resumes counting down)
    /addtorotation [racename] (adds the named road to the rotation and voting)

    Race Making tutorial
    1) type '/buildmode on' into chat
    2) Use your up+down and sprint keys to select options for WorldTime,Weather,TrackTime,Car type from the menu
    3) Set the name of the race using '/set [racename]'
    4) Get to the start of your race (teleporting is turned on here so you can teleport using the map, type /newcar if you lose your car)
    5)Drive to a good position for the first person to start in (Grid Position: 1st) And press your FIRE button (mouse1) to save the location.
    6)Drive to a good position for the second person to start in (Grid Position: 2nd) And press your FIRE button (mouse1) to save the location.
    7)Drive around your planned race using FIRE (mouse1) to set checkpoints along the way
    8)Once you have saved the last checkpoint (Finish line) type '/saverace'
    9)If you are an admin type '/track [racename]' to load up your finished race.
    10) if you are an admin and want your race to show up in rotation type '/addtorotation [racename]'

    Planned Future Features
    -Allow non-admins to add their races to the votes
    -Some limiting of vehicle types to stick below the 70 type limit
    -More vehicle options in creating races
    -Add the singleplayer races
    -Support for interior races
    -A more advanced score tracking system
    -Tools to edit finished races
    -Maybe a buy menu for mods+NOS

    Notes:
    -Don't go too crazy vehicle types, there is no limiting to stop you hitting 70 types.
    -If for some reason you want the mode to change after x amount of races, edit #define RACES_TILL_MODECHANGE 0
    -The track rotation is kept in racenames.txt inside your scriptfiles folder


    Credits

    Coding:
    Kynen: Highscore() code he made for me
    Y_Less: Used GetXYInFrontOfPlayer() as base of Grid function
    Simon: Used ConvertToSafeInput() as base for CheckSafeInput()
    Dabombber: TimeConvert()
    Yagu: Referenced his race filterscript early on http://forum.sa-mp.com/index.php?topic=20637.0

    Testing:
    aerodynamics
    [RSD]McPott
    Any other person who crashed while on my TestServer :)

    > Download Adrenaline (Racing) 1.06 by switch <

    1.06 Released 30/08/07
    changelog 1.06
    -Changed some TextDraw code to fix crash on re-entering the server Needed for 0.2.2!
    -Added #define SHOW_JOINS_PARTS comment to hide joins+parts

    --BELOW ARE NOT COMPATIBLE WITH 0.2.2--
    1.05 Released 30/08/07
    changelog 1.05
    -Redone textdraws for 0.2.2
    -Added extra info to racing textdraw showing how many current racers (/5, /12 ect)

    1.04 Released 29/08/07
    changelog 1.04
    -Fixed inconsistencies between /newcar and /nc
    -Fixed a bug that would allow you to use a buildcar during a race.
    -Allowed unlimited newcars in buildmode

    1.03 Released 28/08/07
    changelog 1.03
    -Re-done vehicle spawning system; Greatly reduced the frequency of crashing.
    -Changed the way buildmenus are created, should fix votemenu's from not showing
    -Allows a limit of spare cars each race to be set (default 2)
    -Each race set in a new virtualworld
    -Race builders are given their own virtual world.
    -Added more vehicles to buildmenu
    -Newly built races are added to "buildlog.txt" along with creator name and date.

    1.02 Released - 05/06/07
    changelog 1.02
    -Fixed /top5 command
    -Fixed textDraw timer for linux servers

    1.01 Released - 30/06/07
    changelog 1.01
    -Fixed grid starting in race: Speeder
    -Fixed grid starting in race: Reckless
    -Improved grid placing code (player sorting now done by quicksort)
    -Fixed bug: Menu's were not being destroyed, causing them to reach the limit.
    -Fixed bug: The next race countdown doesn't get shortened to 30 seconds until ALL players have finished
    -Players now don't see voting menu after the next track has been decided
    -/newcar command will now instantly give them a car if they aren't currently in one (dunno why i took this out)


    Сайт • - Pycckuu CEPBEP |*Original*| - •
    http://www.gta-unl.net/

    Лучший безбаговый DM сервер(Cкоро в оффициал)

    "да что ты мне лепешь бабу ягу" (с) MiX

    Сообщение отредактировал MiX - Вторник, 02.09.2008, 03:17
     
    Форум о GTA Multiplayers. GTA SA-MP, MTA, VC-MP, IV-MP. » English part | For foreign people » Script Showroom » [GM] Adrenaline (Racing)
    Страница 1 из 11
    Поиск:

    Copyright SAMP-RUS© 2008