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

[JB|JBE] Rank system


  • 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 09.07.2016 15:44

<div>Current version <font color="Red">1.2b</font> <font color="YellowGreen">(09/07/2016)</font><br /><br /><b>Authorship</b> <font color="Orange">OverGame (OGQH)</font><br /><br /><b>Description</b><br />This plug-in adds to your server system of titles and nicknames for players. It diversifies the game and allow to climb above the stage.<br />Such diversity is very popular in the CIS countries.<br /><br /><div style="margin: 5px;">
<div class="smallfont" style="margin-bottom: 2px;">
<b>Bug tracker</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;"><b>Changes [1.2b]</b><br />[+] Fix critical bug with display and counting level.<br /><br /><b>Changes [1.2a]</b>:<br />[+] The code is written on a new.<br />[+] Added support for the Guard ranks.<br />[+] Improved options Natives now more options =)<br />[+] Added lang system, which will help to establish the names of titles.<br /><br /><b>Changes [0.2.4]</b>:<br />[+] First, the free version.</div>
</div>
</div><br /><br /><b>Cvars</b><br /><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 />

jbr_give_flag &quot;t&quot; ;Flag of access, for the issue of a free experience.<br /><br />jbr_give_count_te &quot;3&quot; ;How to give the player the experience of the privileges (Prisoners)<br />jbr_give_count_ct &quot;3&quot; ;How to give the player the experience of the privileges (Security)<br /><br />jbr_give_stand_te &quot;1&quot; ;How to give experience for the murder? (Prisoners)<br />jbr_give_stand_ct &quot;1&quot; ;How to give experience for the murder? (Security)<br /><br />jbr_give_head_te &quot;2&quot; ;How to give experience for the murder of the head? (Prisoners)<br />jbr_give_head_ct &quot;2&quot; ;How to give experience for the murder of the head? (Security)<br /><br />jbr_max_level_te &quot;10&quot; ;The maximum rank for prisoners.<br />jbr_max_level_ct &quot;10&quot; ;The maximum rank for protection.

<hr />
</td>
</tr>
</table>
</div><b>Natives</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">#if defined _jbe_ranks_included<br />&nbsp; #endinput<br />#endif<br />#define _jbe_ranks_included<br /><br />enum JBR_PARAM_TYPE {<br />&nbsp; &nbsp; &nbsp; &nbsp; PARAM_GET = 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; PARAM_SET = 1,<br />&nbsp; &nbsp; &nbsp; &nbsp; PARAM_ADD = 2,<br />&nbsp; &nbsp; &nbsp; &nbsp; PARAM_MIN = 3<br />};<br /><br />enum JBR_TEAM_TYPE {<br />&nbsp; &nbsp; &nbsp; &nbsp; TEAM_ALL = 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; TEAM_TE = 1,<br />&nbsp; &nbsp; &nbsp; &nbsp; TEAM_CT = 2<br />};<br /><br />native jbr_user_exp(id, JBR_PARAM_TYPE:type, JBR_TEAM_TYPE:team, count = 0, message = false);<br />native jbr_user_level(id, JBR_PARAM_TYPE:type, JBR_TEAM_TYPE:team, count = 0);<br />native jbr_user_rankname(const buffer[], len, id);</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/7z.gif"alt="File Type: 7z" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="https://forums.allie...1468085966">JBERanks 1.2b.7z</a> (22.5 KB)


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

<a href="http://www.amxmodx.o...96"><strong>GetPlugin</strong></a> or
<a href="https://forums.allie...1468085966">GetSource</a> (jbe_ranks.sma - 8.5 KB)

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

<a href="http://www.amxmodx.o...97"><strong>GetPlugin</strong></a> or
<a href="https://forums.allie...1468085966">GetSource</a> (JBR_nVault.sma - 1.9 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