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

UltimateAdmin v0.0.2 beta (28th September 2013) - tonykaram1993


  • 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 27.09.2013 23:22

<!-- BEGIN TEMPLATE: postbit_external -->
<div><a name="top"></a><br /><b><font size="6">UltimateAdmin</font></b><br />by <a href="https://forums.allie...er.php?u=225402" target="_blank">tonykaram1993</a><br /><br /><ul><li> <a href="#description">Description</a></li>
<li> <a href="#commands">Commands</a></li>
<li> <a href="#cvars">CVARs</a></li>
<li> <a href="#customize">Customizable Defines</a></li>
<li> <a href="#installation">Installation Instructions</a></li>
<li> <a href="#notes">Notes</a></li>
<li> <a href="#credits">Credits</a></li>
<li> <a href="#download">Download</a></li>
<li> <a href="#change">Change Log</a></li>
<li> <a href="#beta">Beta</a></li>
</ul><br /><a name="description"></a><br /><b><font size="5">Description</font></b><br /><font size="1"><a href="#top">Top</a></font><br /><br />This is a plugin that enables admins with ADMIN_RCON access to go anonymous. Anonymous means that all admins who do not have ADMIN_IMMUNITY access will see that particular admin as a normal user with no admin flags at all. However admins with ADMIN_IMMUNITY access can see which admin is anonymous and which isn't. This is useful to catch abusive admins who pay attention to other online admins, or to even keep an eye on new admins in trial period or whatever. You are even able to issue commands while in anonymous mode.<br /><br /><b>NOTE:</b> when an admin goes anonymous, his flags will be taken away from him and therefore you will get affected by other admin's commands.<br /><br /><b>NOTE2:</b> i am aware that there is another plugin that does something similar to this, but this one has more features (check the commands for more info).<br /><br /><a name="commands"></a><br /><b><font size="5">Commands:</font></b><br /><font size="1"><a href="#top">Top</a></font><br /><br /><b><font size="4">Admin Commands:</font></b><br /><br /><b>Format:</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">[ ]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : optional<br />&lt; &gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : obligatory<br />|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : or<br />#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : number<br />@T&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : Terrorists<br />@CT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : Counter-Terrorists<br />@ALL&nbsp; &nbsp; &nbsp; &nbsp; : All<br />@SPEC&nbsp; &nbsp; &nbsp; &nbsp; : Spectators</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><!-- 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>COMMAND&nbsp; &nbsp; &nbsp; &nbsp; COMMAND_DESCRIPTION<br />&nbsp; &nbsp; COMMAND_EXAMPLES</b><br /><br />amx_ua_toggle&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - Allows admins with ADMIN_RCON access to go anonymous<br />amx_ua_list&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - Allows admins with ADMIN_IMMUNITY to view who is anonymous<br />amx_ua_command &lt; command &gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - Allows anonymous admins issue commands<br />&nbsp; &nbsp; &nbsp; amx_ua_command amx_slay tony&nbsp; &nbsp; &nbsp; - Slays tony (yep that's me :D)</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><a name="cvars"></a><br /><b><font size="5">CVARs</font></b><br /><font size="1"><a href="#top">Top</a></font><br /><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">// Set the prefix for ingame messages<br />// Default: [UA]<br />ua_prefix &quot;[UA]&quot;<br /><br />// Print actions of anonymous admins to immune admins<br />// Values: 0 | 1<br />// Default: 1<br />ua_print_to_immune &quot;1&quot;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><a name="customize"></a><br /><font size="5"><b>Customizable Defines</b></font><br /><font size="1"><a href="#top">Top</a></font><br /><br /><b>NOTE:</b> these are the defines that you can customize to your liking. After editing them, you will need to recompile the plugin for it to take effect (you need to edit these in the source file a.k.a. '.sma')<br /><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">/*<br />&nbsp; &nbsp; &nbsp; &nbsp; Below is the section where normal people can safely edit<br />&nbsp; &nbsp; &nbsp; &nbsp; its values.<br />&nbsp; &nbsp; &nbsp; &nbsp; Please if you don't know how to code, refrain from editing<br />&nbsp; &nbsp; &nbsp; &nbsp; anything outside the safety zone.<br />&nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; Experienced coders are free to edit what they want, but I<br />&nbsp; &nbsp; &nbsp; &nbsp; will not reply to any private messages nor emails about hel-<br />&nbsp; &nbsp; &nbsp; &nbsp; ping you with it.<br />&nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; SAFETY ZONE STARTS HERE<br />*/<br /><br />/*<br />&nbsp; &nbsp; &nbsp; &nbsp; Set this to your maximum number of players your server can<br />&nbsp; &nbsp; &nbsp; &nbsp; hold.<br />*/<br />#define MAX_PLAYERS&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 32<br /><br />/*<br />&nbsp; &nbsp; &nbsp; &nbsp; This is where you stop. Editing anything below this point<br />&nbsp; &nbsp; &nbsp; &nbsp; might lead to some serious errors, and you will not get any<br />&nbsp; &nbsp; &nbsp; &nbsp; support if you do.<br />&nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; SAFETY ZONE ENDS HERE<br />*/</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><a name="installation"></a><br /><b><font size="5">Installation Instructions</font></b><br /><font size="1"><a href="#top">Top</a></font><br /><br /><b>Note:</b> it is recommended to use the latest version of this plugin, using an older version is not supported.<br /><ul><li>First you need to download a copy of the following files: 'UltimateAdmin.amxx' &amp; 'UltimateAdmin.txt'</li>
<li>To get those files simply click on them. As for the 'UltimateAdmin.amxx', just click on 'Get Plugin' below.</li>
<li>Navigate to and open 'addons/amxmodx/config/plugins.ini' on your server.</li>
<li>Write at the very bottom of the file: 'UltimateAdmin.amxx' (whitout quotes).</li>
<li>Place the 'UltimateAdmin.txt' file inside the 'addons/amxmodx/data/lang' folder.</li>
<li>Restart or change the map on your server in order to load the plugin.</li>
</ul><br /><a name="notes"></a><br /><b><font size="5">Notes</font></b><br /><font size="1"><a href="#top">Top</a></font><br /><ul><li> If you like this plugin and the layout, rate this thread 5 stars for a piece of :bacon!:.</li>
<li> To report an issue with the plugin or even suggest an improvement, do so in the comments :up:.</li>
<li> Questions that can be answered by reading this post will be ignored. :rtfm:</li>
<li> To view the full change log of the plugin, please go <a href="#change">here</a> :stupid:.</li>
<li> For a list of servers using this plugin, please go on <a href="http://www.game-moni...ble&#38;num=100" target="_blank">game-monitor</a> or <a href="http://www.gametracker.com/search/?search_by=server_variable&amp;search_by2=UltimateAdmin&amp;query=&amp;loc=_all&amp;sort=&amp;order=" target="_blank">gametracker</a>.</li>
<li> If you would like to talk to me in private, send me an e-mail to the following e-mail address <a href="mailto:tonykaram1993@gmail.com">tonykaram1993@gmail.com</a>.</li>
<li> If you want to view the source code, view it under these conditions in any text editor :arrow::<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">&nbsp; &nbsp; Notepad++ Allied Modders Edition v6.2<br />&nbsp; &nbsp; Style Configuration:&nbsp; &nbsp; Default<br />&nbsp; &nbsp; Font:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Consolas<br />&nbsp; &nbsp; Font size:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 10<br />&nbsp; &nbsp; Indent Tab:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8 spaces</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --></li>
</ul><br /><a name="credits"></a><br /><b><font size="5">Credits</font></b><br /><font size="1"><a href="#top">Top</a></font><br /><ul><li> <a href="https://forums.allie...er.php?u=206898" target="_blank">baws</a>: testing.</li>
</ul><br /><a name="download"></a><br /><b><font size="5">Download</font></b></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.../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...?file_id=126215"><strong>Get Plugin</strong></a> or
<a href="https://forums.allie...38;d=1380320595">Get Source</a> (UltimateAdmin.sma - 9.1 KB)

</td>
</tr>
<!-- END TEMPLATE: postbit_attachment --><!-- BEGIN TEMPLATE: postbit_attachment -->
<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...38;d=1380320608">UltimateAdmin.txt</a> (632 Bytes)


</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