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

[Any] Super Spray Handler


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

Napisano 12.04.2016 23:03

<div><div align="center"><font size="7"><b><u>Super Spray Handler</u></b></font> <br /><font size="3">By: TheWreckingCrew6</font><br /><font face="Courier New"><b><font size="4">The Complete Spray Management Plugin</font></b></font></div><b><u><font size="4">Credits:</font></u></b> This plugin is a combination of Shavit's Spray Manager plugin, which I have fixed up, and all the hard work of Nican132, CptMoore, and Lebson506th's Spray Trace plugin, which I have also fixed up. You could consider this a redux of both plugins.<br /><br /><b><u><font size="4">Features:</font></u></b><ul><li>Trace the owner of a spray</li>
<li>Remove a Spray</li>
<li>Admin Spray (Spray other peoples sprays)</li>
<li>Spray ban users</li>
<li>UnSprayban Users</li>
<li>Punish users directly through the plugin</li>
</ul><br /><b><u><font size="5">Admin Menu Support:</font></u></b><br /><br /><img src="http://tf2app.com/pl.../AdminMenu.png"border="0" alt="" /><br /><img src="http://tf2app.com/pluginpics/SprayMenu.png" border="0" alt="" /><br /><br /><font size="4"><b><u>Commands:</u></b></font><ul><li>sm_spraytrace - Trace the owner of the spray you're looking at, and open the punishment menu.</li>
<li>sm_removespray - Remove the spray you're looking at and open the punishment menu.</li>
<li>sm_adminspray &lt;Steam_ID/Name&gt; - Spray the persons spray where you are looking.</li>
<li>sm_sprayban - Ban the user from spraying. Ever.</li>
<li>sm_sprayunban &lt;Steam_ID/Name&gt; - Unban a Spray Banned user.</li>
<li>sm_offlinesprayban &lt;Steam_ID&gt; [Name] - Spray ban someone not on the server.</li>
<li>sm_spraybans - Shows a list of currently connected spray banned players.</li>
<li>sm_allsbans - Shows a complete list of spray banned players.</li>
</ul><br /><br /><b><font size="5">***All CVars are Automatically generated to &quot;tf/cfg/sourcemod/plugin.ssh.cfg***</font></b><br /><b><u><font size="4">Convars:</font></u></b><ul><li>sm_ssh_enabled - Defaults to 1, set to 0 to disable SSH.</li>
<li>sm_ssh_overlap - Enable preventing users from spraying their sprays ontop of other sprays.</li>
<li>(Currently Broken)sm_ssh_auth - (Default: 1) Which authentication identifiers should be seen in the HUD? This is a math cvar, add the proper numbers for your likings. (Example: 1 + 4 = 5/Name + IP address) 1 - Name 2 - SteamID 4 - IP address</li>
<li>sm_ssh_refresh - (Default: 1.0) How often the program will trace to see player's spray to the HUD. 0 to disable.</li>
<li>sm_ssh_dista - (Default: 50) How far away the spray will be traced to.</li>
<li>sm_ssh_bantime - (Default: 60) How long the temporary ban is for. 0 to disable temporary banning.</li>
<li>sm_ssh_burntime - (Default: 10) How long the burn punishment is for.</li>
<li>sm_ssh_slapdamage - (Default: 5) How much damage the slap punishment is for. 0 to disable.</li>
<li>sm_ssh_enableslay - (Default: 0) Enables the use of Slay as a punishment.</li>
<li>sm_ssh_enableburn - (Default: 0) Enables the use of Burn as a punishment.</li>
<li>sm_ssh_enablepban - (Default: 1) Enables the use of a Permanent Ban as a punishment.</li>
<li>sm_ssh_enablekick - (Default: 1) Enables the use of Kick as a punishment.</li>
<li>sm_ssh_enablebeacon - (Default: 0) Enables putting a beacon on the sprayer as a punishment.</li>
<li>sm_ssh_enablefreeze - (Default: 0) Enables the use of Freeze as a punishment.</li>
<li>sm_ssh_enablefreezebomb - (Default: 0) Enables the use of Freeze Bomb as a punishment.</li>
<li>sm_ssh_enablefirebomb - (Default: 0) Enables the use of Fire Bomb as a punishment.</li>
<li>sm_ssh_enabletimebomb - (Default: 0) Enables the use of Time Bomb as a punishment.</li>
<li>sm_ssh_enablespraybaninmenu - (Default: 1) Enables Spray Ban in the Punishment Menu.</li>
<li>sm_ssh_drugtime - (Default: 0) set the time a sprayer is drugged as a punishment. 0 to disable.</li>
<li>sm_ssh_autoremove - (Default: 0) Enables automatically removing sprays when a punishment is dealt.</li>
<li>sm_ssh_restrict - (Default: 0) Enables or disables restricting admins with the ban flag's punishments. (1 = warn only, 0 = all)</li>
<li>sm_ssh_useimmunity - (Default: 1) Enables or disables using admin immunity to determine if one admin can punish another.</li>
<li>sm_ssh_global - (Default: 1) Enables or disables global spray tracking. If this is on, sprays can still be tracked when a player leaves the server.</li>
<li>sm_ssh_usehud - (Default: 1) Enables or disables using the HUD for spray tracking. Works on supported games. If this is off, hint will be used.</li>
<li>sm_ssh_hudtime - (Default: 1.0) How long the HUD messages are displayed.</li>
</ul><br /><b><u><font size="4">Compilation Instructions:</font></u></b><ol style="list-style-type: decimal"><li>Download ssh.inc and place it in your includes folder.</li>
<li>Download SMLIB and place in your Includes folder.</li>
<li>Download ssh.sp, change to how you would like it, and compile that ish.</li>
</ol><br /><b><u><font size="4">Installation Instructions:</font></u></b><ol style="list-style-type: decimal"><li>Download SSH.smx and place in your plugins folder.</li>
<li>Download ssh.phrases.txt and place in your translations folder.</li>
<li>Place the following code with your own sql info into your databases.cfg. Title it &quot;ssh&quot; in the file.</li>
</ol><br /><b><u><font size="4">MySql: </font></u></b><br /><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">&quot;ssh&quot;<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;driver&quot;&nbsp; &nbsp; &nbsp; &nbsp; &quot;default&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;host&quot;&nbsp; &nbsp; &nbsp; &nbsp; &quot;ip/hostname&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;database&quot;&nbsp; &nbsp; &nbsp; &nbsp; &quot;database&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;user&quot;&nbsp; &nbsp; &nbsp; &nbsp; &quot;username&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;pass&quot;&nbsp; &nbsp; &nbsp; &nbsp; &quot;password&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;port&quot;&nbsp; &nbsp; &nbsp; &nbsp; &quot;3306&quot;<br />&nbsp; &nbsp; }</code><hr />
</div><b><u><font size="4">SqLite:</font></u></b><br /><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">&quot;spraymanager&quot;<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;driver&quot;&nbsp; &nbsp; &nbsp; &nbsp; &quot;sqlite&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;database&quot;&nbsp; &nbsp; &nbsp; &nbsp; &quot;spraymanager&quot;<br />&nbsp; &nbsp; }</code><hr />
</div></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/smx.gif"alt="File Type: smx" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="https://forums.allie...88">ssh.smx</a>(40.6 KB)


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


<a href="https://forums.allie...phrases.txt</a>(35.5 KB)


</td>
</tr><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="http://www.sourcemod...27"><strong>GetPlugin</strong></a> or
<a href="https://forums.allie...1460498588">GetSource</a> (ssh.sp - 58.8 KB)


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


<a href="https://forums.allie...96">ssh.inc</a>(1.4 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