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] Player Ranks


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

Napisano 09.10.2013 22:27

<!-- BEGIN TEMPLATE: postbit_external -->
<div><i>Note: This plugin may be compatible with other games, I have not tested it as of yet.</i><br /><b><br />What does this plugin do?<br /></b>It handles very basic tracking of player scores and ranks in a lightweight easy to configure manner.<br /><br /><b>Who is it for?<br /></b>Smaller servers that aren't interested in extremely detailed tracking, or people that just want a straight up simple ranking system.<br /><br /><b>What does it record?<br /></b>It stores the most up to date player name, steam id, score, and last seen time.<br /><br /><b>How does scoring work?</b><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">Player-kills nets you 1.00 points.<br />Bot-kills net you 0.80 points.<br />Assist-kills work via a multiplier. 0.75 nets you 75% of whatever score the killer gets.<br />Sentry-destruction nets you 3.00 points.<br />Dispenser-destruction nets you 0.80 points.<br />Teleporter-destruction nets you 1.20 points.<br />Teleporting a player nets you 0.10 points.<br />Capturing a point nets you 4.00 points.<br />Staying for the whole round nets you 10.00 points.</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><b>What can it do?</b><br /><br /><ul><li> Round bonuses - <i>All players on the server will receive a message saying that they are eligible to receive the round bonus if they stay the entire round. They'll receive it at the end. This event also fires at the end and notifies all late clients (before the gates open) of the round bonus, telling them that they were almost late.</i></li>
</ul><br /><br /><ul><li> Cleaner system - <i>Players that join the server and leave will not leave a record behind in the database tracking their 0.00 point score. You can set the point-threshold to only track players that intend to play on the server.</i></li>
</ul><br /><br /><ul><li>Logical saving - <i>Saving is done when a player disconnects from the server, or when the top ten menu updates, this interval can be modified via a single CVAR.</i></li>
</ul><br /><br /><ul><li> Bot handling - <i>Bots are tracked by the ranking system, but are never saved. You can still view their point amount while they are in the game and their names will be prefixed with (Bot) in the ranking menu. The Replay bot will never show up in the ranking menu.</i></li>
</ul> <br /><b>Chat commands:<br /></b><!-- 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"><b>!rank</b> - <i>Shows a menu with a list of current players and a top ten submenu, if you select a player it will tell you their ranking number, round point amount, and total point count.<br /><br /></i><b>!rankme</b> - <i>Displays your current standing vs other players on the server.<br /></i></code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><b><br /><br />Commands:</b><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"><b>sm_rankingreward</b> &lt;user id or name&gt; &lt;amount&gt; - <i>Rewards the selected target or targets the specified amount of points.</i><br /><b>sm_rankingrevoke</b> &lt;user id or name&gt; &lt;amount&gt; - <i>Does the opposite of the above command.</i><br /><b>sm_rankingdumpinfo</b> - <i>Shows all connected client info, this is a debug command that you shouldn't need.</i><br /><b>sm_rankingforcesave</b> - <i>Saves all connected client scores, this is a debug command that you shouldn't need.</i></code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><b><br /><br />CVARS:</b><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"><b>sm_rankingplayerminimum</b> - <i>Amount of players required to be online for ranking to enable.</i><br /><b>sm_rankingupdateinterval</b> - <i>Amount of time (in seconds) to autosave and update the top ten menu.</i><br /><b>sm_rankingthreshold</b> - <i>Amount of points required to be saved to the ranking system.</i><br /><b>sm_rankingrewardplayer</b><i> - Point reward for killing a player. Default: 1</i><b><br />sm_rankingrewardbot</b><i> - Point reward for killing a bot. Default: 0.8</i><b><br />sm_rankingrewardassist</b><i> - Point reward multiplier for assisting a bot/player kill. At 0.75, this would give 75% of the reward to the assister. Default: 0.75</i><b><br />sm_rankingrewardroundbonus -</b><i> Point reward for being in the game for an entire round. Default: 10</i><b><br />sm_rankingrewardsentry -</b><i> Point reward for destroying a sentry. Default: 3</i><b><br />sm_rankingrewarddispenser -</b><i> Point reward for destroying a dispenser. Default: 0.8</i><b><br />sm_rankingrewardteleporter -</b><i> Point reward for destroying a teleporter. Default: 1.2</i><b><br />sm_rankingrewardplayertele </b><i>- Point reward for teleporting a player. Default: 0.1</i><b><br />sm_rankingrewardcap</b> -<i> Point reward for capturing a point. Default: 4</i></code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><u><b>The plugin currently runs on the awesome New World Order server located at 192.3.19.11<br /><br /></b></u><b>Version Info:</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 />

<u>Version 1.0 - Initial Release</u>

<hr />
</td>
</tr>
</table>
</div>
<!-- END TEMPLATE: bbcode_quote_printable --></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=126661"><strong>Get Plugin</strong></a> or
<a href="https://forums.allie...38;d=1381354106">Get Source</a> (playerranks.sp - 43.2 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