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

JailBreak Roll The Dice(3 in 1)


  • 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 25.05.2013 20:29

<!-- BEGIN TEMPLATE: postbit_external -->
<div><b><font size="4"><font color="red">-=Description=-</font></font></b><br /><br />Hey everyone i made this plugin when i don't have internet connection and i was really bored... As the title says, this is a Roll The Dice Plugin For JailBreak. Also it can be used on other mods.<br /><br /><b><font size="4"><font color="red">-=Features=-</font></font></b><br /><br />-<b>Roll The Dice</b>(<b>/rtd</b>)(Simple Roll The Dice with 20 options, good ones and bad ones)<br />-<b>Respawn Dice</b>(<b>/respawn</b>)(Simple Roll The Dice for Respawn, the chances are customizable by cvar)<br />-<b>Russian Rulette</b>(<b>/random</b>)(It's a game for guards and prisoners. Let's explain it. First Prisoners must be in a line. Then a guard/admin say /random and then a random number from the alive prisoners will be show up. The Guard Must Kill The prisoner with this number.)<br /><br /><b><font size="4"><font color="red">-=Requirements=-</font></font></b><br /><br /><!-- BEGIN TEMPLATE: bbcode_code -->
<!-- Code block -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<pre class="alt2" dir="ltr" style="margin: 0px;padding: 6px;border: 1px inset;width: auto; height: px; text-align: left; overflow: auto"><div class="pawn" style="font-family: monospace;"><span style="color: #339900;">#include &lt;amxmodx&gt;</span>
<span style="color: #339900;">#include &lt;hamsandwich&gt;</span>
<span style="color: #339900;">#include &lt;fun&gt;</span>
<span style="color: #339900;">#include &lt;engine&gt;</span>
<span style="color: #339900;">#include &lt;fakemeta&gt;</span>
<span style="color: #339900;">#include &lt;cstrike&gt; </span></div></pre>
</div>
<!-- /Code block -->
<!-- END TEMPLATE: bbcode_code --><br /><b><font size="4"><font color="red">-=Defines=-</font></font></b><br /><br />Change it if you wanna to<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">#define ADMIN_FLAG ADMIN_CHAT</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><br /><b><font size="4"><font color="red">-=Cvars=-</font></font></b><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; JailBreak Roll The Dice CONFIGURATION FILE&nbsp; &nbsp; //////////<br />////////////////////////////////////////////////////////////////////////<br /><br />///////////////////////////<br />///&nbsp; &nbsp; ROLL THE DICE&nbsp; &nbsp; ///<br />///////////////////////////<br /><br />//Enable(1)/Disable(0) the Roll The Dice<br />rtd_rollthedice &quot;1&quot;<br /><br />//Price of rtd(Money or JbPacks) <br />rtd_price &quot;30&quot;<br /><br />//WallJump<br />rtd_longjump_force &quot;550&quot;<br />rtd_longjump_height &quot;255&quot;<br />rtd_longjump_cooldown &quot;5.0&quot;<br /><br />//The 3 speed chances<br />rtd_maxspeed &quot;400.0&quot;<br />rtd_maxspeed2 &quot;380.0&quot;<br />rtd_maxspeed3 &quot;200.0&quot;<br /><br />//Exists a case which the player will be freeze for x seconds<br />rtd_freeze_time &quot;30&quot;<br /><br />//MultiJump Max Jumps<br />rtd_maxjumps &quot;1&quot;<br /><br />//Exists a case which the player will be killed in x seconds <br />rtd_time_to_kill &quot;60&quot;<br /><br />//Exists a case which the player will be shaked in x seconds <br />rtd_shake_time &quot;20&quot;<br /><br />///////////////////////////<br />///&nbsp; &nbsp; &nbsp; RESPAWN&nbsp; &nbsp; &nbsp; ///<br />///////////////////////////<br /><br />//Enable(1)/Disable(0) The Respawn Gamble<br />rtd_respawn &quot;1&quot;<br /><br />//Chance Percent For Respawn. If 50 =&gt; 50% chance to be respawned<br />rtd_respawn_percent &quot;50&quot;<br /><br />//Respawn Price(Money/JbPacks)<br />rtd_respawn_price &quot;50&quot;<br /><br />///////////////////////////<br />///&nbsp; &nbsp; RANDOM_NUMBER&nbsp; &nbsp; ///<br />///////////////////////////<br /><br />//Enable(1)/Disable(0) To get a random number of alive prisoners<br />rtd_random &quot;1&quot;<br /><br />///////////////////////////<br />///&nbsp; &nbsp; ADVERTISEMENTS&nbsp; ///<br />///////////////////////////<br /><br />//Enable(1)/Disable(0) In-game Advertisements for the available commands<br />rtd_advertisements &quot;1&quot;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><b><font size="4"><font color="red">-=Installation=-</font></font></b><br /><br />1)Put the amxx file(GET PLUGIN/Compile Lockally) on amxmodx/plugins<br />2)Write roll_the_dice.amxx on plugins.ini(amxmodx/configs)<br />3)Put the rollthedice.cfg on amxmodx/configs<br />4)Put The Lang file(rollthedice.txt) on amxmodx/data/lang<br /><br /><b><font size="4"><font color="red">-=Credits=-</font></font></b><br />-xPaw|Freeze Code<br />-ROOT|Idea For Kid's Pretection<br /><br /><b>NOTE: I know this plugin sucks(i don't wanna tell it to me)but all the players in my jailbreak server loved that, so i would like to share it with you!<br /><br />NOTE2: I made a topic on translation request, if you know a language except english please help me to translate it... That's The topic --&gt; <a href="http://forums.allied...ad.php?t=216798" target="_blank">http://forums.allied...ad.php?t=216798</a></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/cfg.gif" alt="File Type: cfg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="https://forums.allie...38;d=1369510167">rollthedice.cfg</a> (1.5 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=1369510175">rollthedice.txt</a> (2.2 KB)


</td>
</tr>
<!-- END TEMPLATE: postbit_attachment --><!-- 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=120322"><strong>Get Plugin</strong></a> or
<a href="https://forums.allie...38;d=1369510184">Get Source</a> (roll_the_dice.sma - 18.6 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