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] Remove Unnecessarily Most Antagonists


  • 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 07.08.2015 09:03

<div><b><font size="3"><font face="Verdana"><font size="4">TF2-RUMA 'Remove Unnecessarily Most Antagonists'</font><br /><br /><font size="2"><font size="3">Description</font><br /></font></font></font></b><font size="3"><font face="Verdana"><font size="2"><font size="1"><font size="2">Allows server owners to set an hour limit. Players that don't meet the playtime limit get kicked when trying to join the server. The playtimes are checked from the Steam profile using the Steam API or from the TF2 stats if the player has set his/her profile to private. The plugin adds accepted players into a SQLite DB, so returning players won't be checked again.<br /></font><br /><font size="3"><b>Requirements</b></font><br /></font></font></font></font><ul><li><font face="Verdana"><font size="2"><a href="http://www.sourcemod.../downloads.php"target="_blank">SourceMod</a> 1.7.2 or higher</font></font></li>
<li><font size="1"><font face="Verdana"><font size="2"><a href="https://builds.limet.../?p=steamtools"target="_blank">SteamTools</a> 0.9.1 or higher</font></font></font></li>
<li><font size="1"><font face="Verdana"><font size="2"><a href="http://steamcommunity.com/dev/apikey"target="_blank">Steam API Key</a><br /></font></font></font></li>
</ul><font size="3"><font face="Verdana"><font size="2"><font size="1"><b><font size="2"><font size="3">Server ConVars</font><br /></font></b><font size="2">A cfg file for this plugin can be found at <i>cfgsourcemodplugin.ruma.cfg</i> which contains all the following ConVars (except the version).</font></font></font></font></font><br /><ul><li><font face="Verdana"><font size="2">tf2ruma_version - Displays the plugin version.</font></font></li>
<li><font face="Verdana"><font size="2">sm_steam_api_key - Required for the playtime check to work.</font></font></li>
<li><font face="Verdana"><font size="2">sm_ruma_kickmsg - You can display the required hours to the kicked player if you wish. [ 1 - 0/1 ]</font></font></li>
<li><font face="Verdana"><font size="2">sm_ruma_log_level - Logging for the plugin. [ 1 - 0/2]<br /></font></font></li>
<li><font face="Verdana"><font size="2">sm_ruma_hour_limit - The amount of hours required to join the server. [ 10 - 0/inf. ]</font></font></li>
</ul><font size="3"><b><font face="Verdana">Admin Commands</font></b></font><br /><ul><li><font face="Verdana"><font size="2">sm_ruma_addplayer &lt;steamid64&gt; - Allows admins to add a player into the DB, so they can join the server even if they don't meet the required playtime limit.</font></font></li>
</ul><font size="3"><b>Future plans</b></font><br /><ul><li>MySQL support</li>
</ul> <font size="3"><b>Installation</b></font><br /><font size="3"><font size="2">Download the .zip file for fast install. Extract it into the root (<i>/tf/</i>) folder. Includes the mods .smx, .sp and the cfg file.</font></font><br /><br /><b>databases.cfg</b><br />The required piece of code for <i>addonssourcemodconfigsdatabases.cfg </i>(it should be there by default, unless removed). This should work even if some other plugin used the same SQLite DB file, since this plugin uses its own DB table (ruma_db).<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">&nbsp; &nbsp; &quot;storage-local&quot;<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;driver&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;sqlite&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;database&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;sourcemod-local&quot;<br />&nbsp; &nbsp; }</code><hr />
</div><font size="3"><b><br /><br />Reporting issues<br /></b><font size="2">I would appreciate if all the issues would be reported to the <a href="https://github.com/Temeez/TF2-RUMA"target="_blank">TF2-RUMA GitHub repository</a>. This would make it easier to track them, etc.</font><br /><b><br />Change Log</b></font><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">v1.0.0 (04.08.2015)<br />- Release to public</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/zip.gif"alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="https://forums.allie...F2-RUMA.zip</a>(15.2 KB)


</td>
</tr><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...tf2ruma.smx</a>(9.2 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...82"><strong>GetPlugin</strong></a> or
<a href="https://forums.allie...1438934956">GetSource</a> (tf2ruma.sp - 14.2 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