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

[TF2] No party pooper (v0.1, 2013-08-24)


  • 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 489
  • Lokalizacja:AMXX.PL
Offline

Napisano 24.08.2013 14:03

<!-- BEGIN TEMPLATE: postbit_external -->
<div><div align="center"><b><font size="5">No party pooper</font></b></div><ul><li><i><font size="3">Description</font></i><br /><br />The rule &quot;Don't kill in the party room&quot; was a source of contention on some maps that are supposed to be fun. This plugin seem to have improved the situation on my server in an unobstrusive, tolerant and, when needed, effective way. I believe that it is a good complement to the &quot;No kill zone&quot; and &quot;<a href="http://forums.allied...ad.php?t=213205" target="_blank">Friendly mode</a>&quot;.<br /><br /></li>
<li><i><font size="3">Function</font></i><br /><br /><ul><li>The protected zone is defined as a cube aligned with the 3 axis.</li>
<li>The plugin is active if either the victim or the attacker (or its sentry) are in the protected zone.</li>
<li>The attacker receives a centered warning message on every hit.</li>
<li>The victim becomes invisible to sentries for a set time on every hit.</li>
<li>The attacker is stunned on kill.</li>
<li>The attacker is kicked on domination.</li>
</ul><br /></li>
<li><i><font size="3">CVARs</font></i><br /><br /><ul><li><font face="Courier New">sm_nopartypooper_version </font> plugin version.</li>
<li><font face="Courier New">sm_nopartypooper_enabled </font>(def. &quot;1&quot;) min. 0 max. 1, set to 0 to disable nopartypooper.</li>
<li><font face="Courier New">sm_nopartypooper_xmin </font>(def. &quot;0.0&quot;), minimum coordinate of the cube along X.</li>
<li><font face="Courier New">sm_nopartypooper_xmax </font>(def. &quot;0.0&quot;), maximum coordinate of the cube along X.</li>
<li><font face="Courier New">sm_nopartypooper_ymin </font>(def. &quot;0.0&quot;), minimum coordinate of the cube along Y.</li>
<li><font face="Courier New">sm_nopartypooper_ymax </font>(def. &quot;0.0&quot;), maximum coordinate of the cube along Y.</li>
<li><font face="Courier New">sm_nopartypooper_zmin </font>(def. &quot;0.0&quot;), minimum coordinate of the cube along Z.</li>
<li><font face="Courier New">sm_nopartypooper_zmax </font>(def. &quot;0.0&quot;), maximum coordinate of the cube along Z.</li>
<li><font face="Courier New">sm_nopartypooper_warnmsg </font>(def. &quot;Don't kill in party room!&quot;), Message to display as a warning.</li>
<li><font face="Courier New">sm_nopartypooper_kickmsg </font>(def. &quot;Don't kill in party room!&quot;), message to display as a kick reason.</li>
<li><font face="Courier New">sm_nopartypooper_dommsg </font>(def. &quot;You got dominated in the party room, your opponent will be kicked.&quot;), hint to display to a dominated player.</li>
<li><font face="Courier New">sm_nopartypooper_killmsg </font>(def. &quot;You got killed in the party room, your opponent will be stunned.&quot;), hint to display to a killed player.</li>
<li><font face="Courier New">sm_nopartypooper_speed </font>(def. &quot;0.25&quot;) min. 0.0 max. 1.0, how much slower should the attacker be after a kill (nominal speed factor deduction).</li>
<li><font face="Courier New">sm_nopartypooper_stunned </font>(def. &quot;15.0&quot;) min. 0.5 max. 60.0, how long should the attacker be stunned after a kill (in seconds).</li>
<li><font face="Courier New">sm_nopartypooper_invisible </font>(def. &quot;4.0&quot;) min. 0.5 max. 10.0, how long should the victim be invisible to sentries after a hit (in seconds).</li>
</ul><br /></li>
<li><i><font size="3">Usage</font></i><br /><br />In <font face="Courier New">server.cfg</font>, you might want to set <font face="Courier New">sm_nopartypooper_enabled</font> to 0. This will keep it deactivated for any irrelevant map.<br />In <font face="Courier New">dm_mariokart2_b3.cfg</font>, you can define the zone and activate the plugin:<br /><!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">sm_nopartypooper_enabled&nbsp; &nbsp; &nbsp; &nbsp; 1<br />sm_nopartypooper_xmin&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -1150.0<br />sm_nopartypooper_xmax&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1150.0<br />sm_nopartypooper_ymin&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -735.0<br />sm_nopartypooper_ymax&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 735.0<br />sm_nopartypooper_zmin&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 385.0<br />sm_nopartypooper_zmax&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 770.0<br /><br />sm_nopartypooper_kickmsg&nbsp; &nbsp; &nbsp; &nbsp; &quot;Don't kill in the party room!&quot;<br />sm_nopartypooper_warnmsg&nbsp; &nbsp; &nbsp; &nbsp; &quot;Don't kill in the party room! Type /motd to read the rules.&quot;<br />sm_nopartypooper_killmsg&nbsp; &nbsp; &nbsp; &nbsp; &quot;You got killed in the party room, your opponent is stunned.&quot;<br />sm_nopartypooper_dommsg&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;You got dominated in the party room, your opponent was kicked.&quot;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --></li>
<li><i><font size="3">Download</font></i></li>
</ul></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=124702"><strong>Get Plugin</strong></a> or
<a href="https://forums.allie...38;d=1377349298">Get Source</a> (nopartypooper.sp - 14.1 KB)


</td>
</tr>
<!-- END TEMPLATE: postbit_attachment --><!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
<td><img class="inlineimg" src="https://forums.allie.../attach/smx.gif" alt="File Type: smx" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="https://forums.allie...38;d=1377349309">nopartypooper.smx</a> (8.0 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