Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

[HL2DM] Tag/freeze


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
Brak odpowiedzi do tego tematu

#1 Adminek AMXX.PL

    Admin :)

  • Bot

Reputacja: 156
Profesjonalista

  • Postów:7 490
  • Lokalizacja:AMXX.PL
Offline

Napisano 13.07.2014 00:19

<!-- BEGIN TEMPLATE: postbit_external -->
<div><font size="4">Introduction</font><br />This is a fun standalone gamemode based on the kids game freeze tag. It supports both 'teamplay' and 'free for all' settings. The goal of the mode is to freeze/tag your opponents (crowbar them) while avoiding getting frozen yourself.<br /><ol style="list-style-type: decimal"><li><b>Free for all</b><br />There is only one player tagged at a time and game ends when the time runs out.<br />When someone becomes tagged he freezes and unfreezes after few seconds.</li>
<li><b>Teamplay</b> is round based.<br />When one team completely freeze the other team, they win the round. You can unfreeze your teammates the same way you tag. Map changes after five rounds.</li>
</ol><br /><b>Features</b><ul><li>Configurable</li>
<li>Prevents cheating</li>
<li>Waits for everyone to load in team mode</li>
<li>Has a minimum players check</li>
<li>Tested on real server</li>
</ul><br /><b>CVAR List</b><br /><!-- BEGIN TEMPLATE: bbcode_quote_printable -->
<div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />

<ul><li><b>sm_tagfreeze_min_players</b> / 2 / Minimum players needed for the game to start</li>
<li><b>sm_tagfreeze_beacon_delay</b> / 1 / How fast is the beacon (less=faster)</li>
<li><b>sm_tagfreeze_beacon_radius</b> / 650.0 / How far the beacon travels</li>
<li><b>sm_tagfreeze_beacon_makesound</b> / 1 / Should beacon make sound?</li>
<li><b>sm_tagfreeze_beacon_enable</b> / 1 / Enable beacon</li>
<li><b>sm_tagfreeze_low_msg_enable</b> / 1 / Show HUD message when there aren't enough players to start</li>
<li><b>sm_tagfreeze_chosen_msg_enable</b> / 1 / Show HUD message when someone gets tagged</li>
<li><b>sm_tagfreeze_chosen_chat_enable</b> / 1 / Show chat message when someone gets tagged</li>
<li><b>sm_tagfreeze_freeze_time</b> / 6.0 / How long should newly tagged player be frozen</li>
<li><b>sm_tagfreeze_freeze_beacon_radius</b> / 600 / Sets the radius of beacon when someone is tagged</li>
<li><b>sm_tagfreeze_unfreeze_message</b> / You are unfrozen. Go tag someone! / Message sent to unfrozen player</li>
<li><b>sm_tagfreeze_points_attacker</b> / 5 / How many points does the 'attacker' get. Negative values allowed</li>
<li><b>sm_tagfreeze_points_victim</b> / -1 / How many points does the 'victim' or new 'it' get. Negative values allowed</li>
<li><b>sm_tagfreeze_points_hit_it</b> / 1 / How many points does player get, when he/she attacks 'it'</li>
<li><b>sm_tagfreeze_points_get_hit</b> / -1 / How many points does player get, when he/she's 'it' and gets crowbared. Negative values allowed</li>
<li><b>sm_tagfreeze_points_help_it</b> / 1 / How many points does player get, when he/she helps a teammate in teamplay mode</li>
<li><b>sm_tagfreeze_deaths_victim</b> / 1 / How many deaths does the 'victim' or new 'it' get. Negative values allowed</li>
<li><b>sm_tagfreeze_points_endlooser</b> / 0 / How many points does the looser get on game end. Negative values allowed</li>
<li><b>sm_tagfreeze_endlooser_hudmsg_enable</b> / 1 / Enable hud message on game end, showing who lost and points taken</li>
<li><b>sm_tagfreeze_endlooser_hudmsg_text</b> / / Message on game end; Example: 'You loose NAME LINE POINTS points' ;; NAME = the IT's name; LINE = new line; POINTS = points lost. These are case sensitive and will be automatically replaced.</li>
<li><b>sm_tagfreeze_beacon_volume</b> / 70 / Volume of the beacon in dB, 0=NONE, 180=ROCKET, more at: docs.sourcemod.net/api/index.php?fastload=file&amp;id=34&amp;&quot;</li>
<li><b>sm_tagfreeze_freeze_volume</b> / 0.3 / Volume of the freeze sound, 0.0=min, 1.0=Normal</li>
<li><b>sm_tagfreeze_carrier_selfkill_msg</b> / Good luck with that / Reply message when the carrier tries to kill himself using console</li>
<li><b>sm_tagfreeze_takepoints_sec</b> / 30 / How long until take -1 points from players being it</li>
</ul>

<hr />
</td>
</tr>
</table>
</div>
<!-- END TEMPLATE: bbcode_quote_printable -->The owner of the plugin is <a href="https://forums.allie...ber.php?u=78196" target="_blank">Ade</a> and gave me the permission to post it.<br /><br /><iframe width="420" height="315" src="https://www.youtube.com/embed/0OmJFFRGSLc?rel=0" frameborder="0" allowfullscreen></iframe><br /><iframe width="420" height="315" src="https://www.youtube.com/embed/LIdkve91_ik?rel=0" frameborder="0" allowfullscreen></iframe><br /><br /><b>Installation instructions</b><br />Just copy the smx to addons/sourcemod/plugins<br /><i>Optionally configure the convars</i><br /><br /><b>Uses SDKHooks</b><br /><b>NoBlock is highly recommended</b></div>


<br /> <div style="padding:6px">








<fieldset class="fieldset">
<legend>Attached Files</legend>
<table cellpadding="0" cellspacing="3" border="0">
<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
<td><img class="inlineimg" src="https://forums.allie...s/attach/sp.gif" alt="File Type: sp" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="http://www.sourcemod...?file_id=135595"><strong>Get Plugin</strong></a> or
<a href="https://forums.allie...38;d=1405208125">Get Source</a> (tag_freeze.sp - 26.1 KB)


</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
</table>
</fieldset>


</div>

<!-- END TEMPLATE: postbit_external -->

Wyświetl pełny artykuł




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych