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

Cache-Cache Remake v1.0.0


  • 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.12.2013 19:36

<!-- BEGIN TEMPLATE: postbit_external -->
<div><div align="center"><font size="5"><font color="black"><b>Cache-Cache Remake v1.0.0</b></font></font><br /><br /><div align="left"><b><font size="3"><font color="DodgerBlue"> <br />Introduction</font></font></b><br /><br />This is a remake version of the original Cache-Cache by djeyL (<a href="http://forums.allied...ead.php?t=78477" target="_blank">http://forums.allied...php?t=78477</a>). The original have a lot of bugs. The main ideia of this plugin is to correct them.<br /><br /><b><font size="3"><font color="DodgerBlue">Description</font></font></b><br /><br />Ts have 45 seconds to found a good spot in the map. CTs get a blue dark screen (screenfade) until the countdown reaches 0. At this time, the map stays completly dark and CTs receive weapons (M4 + deagle + grenade). Their job is to find and kill the Ts. Ts have nightvision, knife, a grenade and can kill CTs. CTs have a big flashlight with different colors. When the round is over, the last Ts players to get killed are transfered to CT.<br /><br /><b><font size="3"><font color="DodgerBlue">Commands (chat)</font></font></b><br /><ul><li> .sounds – Enable / disable songs during the game</li>
</ul> <br /><b>Admin Commands (console)</b><br />cache_cache_update_cvars - Updates the plugin CVARS<br /><br /><b><font size="3"><font color="DodgerBlue">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">cachecache_min_players 2 // Minimum players to start the game (min value is 2)<br />cachecache_t_ct_ratio 4 // Ratio between Ts and CTs. (min value is 1)<br />cachecache_time_to_hide 45 // Time to Ts get hide. (min value is 5)<br />cachecache_time_between_ads 180 // Time between chat ads. 0 to disable<br />cachecache_t_grenade_ammo 1 // Number of grenades when a player is T. 0 to disable<br />cachecache_ct_weapon_ammo 250 // Ammo of CTs weapons. 0 to disable<br />cachecache_ct_grenade_ammo 2 // Number of grenades when a player is CT. 0 to disable<br />cachecache_ct_glow_alpha 25 // Intensity of glow when a player is CT. 0 to disable (max value is 255)<br />cachecache_recommended_cvars 1 // Use or not recommended cvars<br />cachecache_ct_screenfade 1 // Screenfade or not CT players during the hide time<br />cachecache_t_can_kill_ct 1 // If set to 1, Ts can kill CTs with knife or grenade. 0 to disable<br />cachecache_t_can_use_flashlight 0 // If set to 1, Ts can use flashlight. This CVAR is disabled by default<br /><br />NOTE: CVARS are updated at new round.<br /><br />This are the recommended cvars. They are automaticaly updated,<br />mp_roundtime 3.15<br />mp_freezetime 0<br />mp_friendlyfire 0<br />mp_autoteambalance 0<br />mp_flashlight 1<br />mp_hostagepenalty 0<br />mp_limitteams 0<br />sv_maxspeed 400<br />humans_join_team T</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><font size="3"><font color="DodgerBlue"><font size="2"><br /><br /></font> </font></font><font color="DodgerBlue"><b><font size="3">Requirements</font></b></font><br /><br /><!-- BEGIN TEMPLATE: bbcode_php_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2">
<hr />
<code style="white-space:nowrap">
<div dir="ltr" style="text-align:left;">
<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #FF8000">#include&nbsp;&lt;&nbsp;amxmodx&nbsp;&gt;<br />#include&nbsp;&lt;&nbsp;amxmisc&nbsp;&gt;<br />#include&nbsp;&lt;&nbsp;cstrike&nbsp;&gt;<br />#include&nbsp;&lt;&nbsp;engine&nbsp;&gt;<br />#include&nbsp;&lt;&nbsp;fun&nbsp;&gt;<br />#include&nbsp;&lt;&nbsp;hamsandwich&nbsp;&gt;&nbsp;
<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div>
<!-- END TEMPLATE: bbcode_php_printable --><font size="3"><font color="DodgerBlue"> <font size="2"><br /><br /></font></font></font><b><font size="3"><font color="DodgerBlue">Defines</font></font></b><br /><br /><!-- BEGIN TEMPLATE: bbcode_php_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
<div class="alt2">
<hr />
<code style="white-space:nowrap">
<div dir="ltr" style="text-align:left;">
<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #FF8000">#define&nbsp;PREFIX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"[Cache-Cache&nbsp;Remake]"<br />#define&nbsp;MAX_PLAYERS&nbsp;&nbsp;&nbsp;&nbsp;32<br />#define&nbsp;ADMIN_FLAG&nbsp;&nbsp;&nbsp;&nbsp;ADMIN_IMMUNITY<br /><br />#define&nbsp;TIME_TO_STRIP_WEAPONS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.2<br />#define&nbsp;TIME_TO_DISABLE_GODMODE_CTS&nbsp;&nbsp;&nbsp;&nbsp;5.0<br />#define&nbsp;TIME_WAITING_FOR_NEW_PLAYERS&nbsp;&nbsp;&nbsp;&nbsp;5.0<br />#define&nbsp;TIME_FOR_DELAYED_END_ROUND&nbsp;&nbsp;&nbsp;&nbsp;3.0<br /><br />#define&nbsp;FAST_SPEED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;400.0<br />#define&nbsp;SLOW_SPEED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.1<br /><br />#define&nbsp;LOW_GRAVITY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.25<br />#define&nbsp;NORMAL_GRAVITY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.0<br /><br />#define&nbsp;LIGHT_DARK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"a"<br />#define&nbsp;LIGHT_NORMAL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"d"&nbsp;
<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div>
<!-- END TEMPLATE: bbcode_php_printable --><b><font size="3"><font color="DodgerBlue"><br /><br />Screenshots</font></font></b><br /><br /><div style="margin: 5px;">
<div class="smallfont" style="margin-bottom: 2px;">
<b>Spoiler</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;"><br /><img src="http://i.imgur.com/DPOHzcu.jpg?1" border="0" alt="" /><br /><br /><img src="http://i.imgur.com/XqkrplS.jpg?1" border="0" alt="" /><br /><br /><img src="http://i.imgur.com/0pcqen3.jpg?1" border="0" alt="" /><br /><br /><img src="http://i.imgur.com/sfXSlhU.jpg?1" border="0" alt="" /><br /></div>
</div>
</div><br /><br /><b><font size="3"><font color="DodgerBlue">Instalation</font></font></b><br /><br />1. Download the .amxx attached<br />2. Install the plugin normally<br />3. Copy the cvars to your server.cfg and customize at your own way<br />4. Change map or restart your server<font size="2"><br /><br /></font><br /><b><font size="3"><font color="DodgerBlue">Known issues</font></font></b><br /><br />- Sometimes CTs don't receive the screenfade message. This problem could be from the server or the players.<br /><br /><b><font size="3"><font color="DodgerBlue">Changelog</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">v1.0.0 (7/12/2013)<br />&nbsp; &nbsp; - Initial release</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><b><font size="3"><font color="DodgerBlue"><br /><br />Credits</font></font></b><br /><br />- djeyLfor original plugin<br />- ConnorMcLeod for some code snippets (screenfade, block players from receiving C4, block players from touching ground weapons)<br /></div> </div></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=128383"><strong>Get Plugin</strong></a> or
<a href="https://forums.allie...38;d=1386441363">Get Source</a> (CacheCacheRemake_v1_0_0.sma - 24.9 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