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

[ASWRD] Godmode [v1.0.0 | 07-November-2022]


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

Napisano 07.11.2022 16:44

<div><b>Alien Swarm: Reactive Drop ONLY</b><br /><br /><font size="3"><b><u>Description</u></b></font><br /><br />This plugin turns marines into immortals/mortals.<br /><br />Based on <a href="https://forums.allie...d.php?t=155537"target="_blank" rel="noopener">[Swarm] Godmode</a> by <a href="https://forums.alliedmods.net/member.php?u=49865" target="_blank" rel="noopener">DarthNinja</a>.<br /><br /><font size="3"><b><u>Features</u></b></font><ul><li>Allow enabling/disabling the plugin.</li>
<li>Configure if marine bots should have godmode or not.</li>
<li>Set a default godmode.</li>
<li>Plugin commands can target marine bots by name.</li>
<li>Display manual granting godmode to the chat.</li>
<li>Log plugin target commands.</li>
</ul><br /><font size="3"><b><u>Cvars</u></b></font><br /><br />A configuration file named &quot;<b>aswrd_godmode.cfg</b>&quot; will automatically be created for you upon the first run in the &quot;<b>cfgsourcemod</b>&quot; folder.<br /><br /><div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2">
<hr />
<code style="white-space:nowrap">
<div dir="ltr" style="text-align:left;">
<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #FF8000">//&nbsp;Allow&nbsp;bots&nbsp;to&nbsp;have&nbsp;godmode.
<br />//&nbsp;0&nbsp;=&nbsp;OFF,&nbsp;1&nbsp;=&nbsp;ON.
<br />//&nbsp;-
<br />//&nbsp;Default:&nbsp;"1"
<br />//&nbsp;Minimum:&nbsp;"0.000000"
<br />//&nbsp;Maximum:&nbsp;"1.000000"
<br /></span><span style="color: #0000BB">aswrd_godmode_bots&nbsp;</span><span style="color: #DD0000">"1"
<br />
<br /></span><span style="color: #FF8000">//&nbsp;Default&nbsp;godmode&nbsp;for&nbsp;everyone.
<br />//&nbsp;0&nbsp;=&nbsp;Starts&nbsp;mortal,&nbsp;1&nbsp;=&nbsp;Starts&nbsp;immortal.
<br />//&nbsp;-
<br />//&nbsp;Default:&nbsp;"1"
<br />//&nbsp;Minimum:&nbsp;"0.000000"
<br />//&nbsp;Maximum:&nbsp;"1.000000"
<br /></span><span style="color: #0000BB">aswrd_godmode_default_mode&nbsp;</span><span style="color: #DD0000">"1"
<br />
<br /></span><span style="color: #FF8000">//&nbsp;Enable/Disable&nbsp;the&nbsp;plugin.
<br />//&nbsp;0&nbsp;=&nbsp;Disable,&nbsp;1&nbsp;=&nbsp;Enable.
<br />//&nbsp;-
<br />//&nbsp;Default:&nbsp;"1"
<br />//&nbsp;Minimum:&nbsp;"0.000000"
<br />//&nbsp;Maximum:&nbsp;"1.000000"
<br /></span><span style="color: #0000BB">aswrd_godmode_enable&nbsp;</span><span style="color: #DD0000">"1"&nbsp;
<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div><font size="3"><b><u>Admin Commands</u></b></font><br /><ul><li><b>sm_print_cvars_aswrd_godmode</b> =&gt; Print the plugin related cvars and their respective values to the console. (<u><b>z</b> flag required</u>)</li>
<li><b>sm_god &lt;#userid|name&gt;</b> =&gt; Enables godmode (becomes immortal) on the target(s), or in yourself if no target is mentioned. (<u><b>z</b> flag required</u>)</li>
<li><b>sm_mortal &lt;#userid|name&gt;</b> =&gt; Disables godmode (becomes mortal) on the target(s), or in yourself if no target is mentioned. (<u><b>z</b> flag required</u>)</li>
</ul><br /><font size="3"><b><u>Change Log</u></b></font><br /><br /><div style="margin: 5px;">
<div class="smallfont" style="margin-bottom: 2px;">
<b>Spoiler</b> <input value="Show" style="margin: 0px; padding: 0px; width: 45px; font-size: 10px;" onclick="if(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != 'inline')
{ this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'inline'; this.innerText = ''; this.value = 'Hide'; }
else
{ this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value='Show'; }" type="button">
</div>
<div class="alt2" style="border: 1px inset; padding: 6px;">
<div class="spoiler" style="display: none;"><br />1.0.0 (07-November-2022)<br /> - Initial release.<br /></div>
</div>
</div><br /><br /><font size="3"><b><u>Thank you!</u></b></font><br /><ul><li><a href="https://github.com/BenLubar"target="_blank" rel="nofollow noopener">Ben Lubar</a> (Reactive Drop Developer) - for explaining to me many things about how the game works.</li>
<li><a href="https://forums.allie...er.php?u=49865"target="_blank" rel="noopener">DarthNinja</a> - for <a href="https://forums.alliedmods.net/showthread.php?t=155537" target="_blank" rel="noopener">[Swarm] Godmode</a> plugin.</li>
</ul><br /><font size="3"><b><u>Related Plugins</u></b></font><br /><ul><li><a href="https://forums.allie...d.php?t=340277"target="_blank" rel="noopener">[ASWRD] One Hit Kill</a> by <a href="https://forums.alliedmods.net/member.php?u=290327" target="_blank" rel="noopener">Marttt</a></li>
</ul><br /><font size="3"><b><u>Post Reply</u></b></font><br /><ul><li>Any feedback, bug reports, fixes, improvements, translations or suggestions for the plugin are welcome.</li>
</ul><br /><font size="3"><b><u>Requirements</u></b></font><br /><ul><li><b>Sourcemod 1.11+</b></li>
</ul><br /><font size="3"><b><u>Installation</u></b></font><br /><ul><li>Put the &quot;<b>aswrd_godmode.smx</b>&quot; file (click <b>Get Plugin</b>) in your &quot;<b>addonssourcemodplugins</b>&quot; folder.</li>
</ul></div>


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








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


<a href="https://www.sourcemo...95"><strong>GetPlugin</strong></a> or
<a href="https://forums.allie...1667835928">GetSource</a> (aswrd_godmode.sp - 19.5 KB)


</td>
</tr>
</table>
</fieldset>


</div>

Wyświetl pełny artykuł




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

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