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

O.S.K - One Shot Kill (Whole new deathmatch style!)


  • 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 15.08.2013 14:44

<!-- BEGIN TEMPLATE: postbit_external -->
<div><font size="7"><font color="blue">--== One Shot Kill ==--</font></font><br /><br />OSK adds a whole new deathmatch style to Counter Strike!<br />This plugin is very light, and doesn't use up a lot of resources.<br /><br /><font color="blue"><font size="6">*CVARS*</font></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"><b>osk_shellAmount</b> - a number that represents the glow percentage that covers the user model<br /><b>osk_customModels</b> - 0|1 (enables cutom models: 0 - off; 1 - on; deafault 1)<br /><b>osk_glow</b> - 0|1 (enables glow effect: 0 - off; 1 - on; deafault 1)<br /><b>osk_scoreTrack</b> - 0|1 (enables score tracking: 0 - off; 1 - on; deafault 1)<br /><b>osk_KOMessage</b> - 0|1 (enables&nbsp; K.O. Message: 0 - off; 1 - on; deafault 1)<br /><b>osk_customCH</b> - 0|1 (enables cutom crosshair: 0 - off; 1 - on; deafault 1)</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><font color="blue"><font size="6">*MODULES*</font></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">#include &lt;amxmodx&gt;<br />#include &lt;fakemeta&gt;<br />#include &lt;fakemeta_util&gt;<br />#include &lt;hamsandwich&gt;<br />#include &lt;cstrike&gt;<br />#include &lt;amxmisc&gt;<br />#include &lt;fun&gt;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><font color="blue"><font size="6">*INC LIBRARIES*</font></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">#include &lt;dhudmessage&gt;<br />#include &lt;screenfade_util&gt;<br />#include &lt;osk&gt;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><font color="blue"><font size="6">*FEATURES*</font></font><br /><br /><font color="green">+</font><b>new models (Halo)</b><br /><font color="green">+</font><b>new death sprites</b><br /><font color="green">+</font><b>new screen fade on death (using screenfade_util.inc)</b><br /><font color="green">+</font><b>new user classes (/class)</b><br /><font color="green">+</font><b>new osk menu (/osk)</b><br /><br /><b>&gt;</b>T's - rust model + orange glow (if enabled)<br /><b>&gt;</b>CT's - green model + green glow (if enabled)<br /><br /><b>Admins:</b><br />Teal models if CT (+ teal glow if enabled)<br />Yellow models if T (+ yellow glow if enabled)<br /><br />The plugin offers new menus, respawining, (custom items coming soon), the old 1 hp mode (coming back soon), different style modes (new modes soming soon). Have fun with your friends, in some colors and sounds!<br /><br />*NOTE* Plugin is still in beta(dev) and some features are not available yet!<br /><br />The difference between other plugins is that OSK is Lite, it adds customization, and it's easy to use! (support for third party classes comming soon!)<br /><br />It also includes an integrated plugin (that I made) for custom crosshairs (still in dev)!<br /><br /><font color="blue"><font size="6">*CLASSES*</font></font><br /><br /><b>Jumper</b> - [Low Gravity, UMP45, P228]<br /><b>Striker</b> - [Equipped with an M4A1, the default class, a little more health than usual, some armor and fun time taking heads off!]<br /><b>Lite</b> - [Low gravity, MP5 Navy, Jump around end mow with low recoil!]<br /><b>Pro</b> - [Bit hard to jump, Blood dripping, not very fast, but silent, equipped with M4A1 and a deagle, full set of grenades, ready to fight..]<br /><b>Health</b> - [All healthy and jumpy, but lost all his weapons, only has a glock... and a bunch of ammo!]<br /><br /><b>Admin</b> - [Be the boss, M4A1, AK47, AWP, Deagle, puffs, smokes, and BANGS!]<br /><br /><b>VIP</b> - Still working..<br /><br /><br /><font color="blue"><font size="6">*INSTALLATION*</font></font><br /><br />Extract HaloCT and HaloT in &quot;cstrike/models/player&quot; folder.<br />Extract Sprites in &quot;cstrike/sprites&quot; folder<br /><br />Plugin uses custom inc files. If you want to modify it, you have to compile it locally.<br /><br />osk.amxx --&gt; &quot;addons/amxmodx/plugins&quot; folder<br />osk.sma --&gt; &quot;addons/amxmodx/scripting&quot; folder <br />osk.inc --&gt; &quot;addons/amxmodx/scripting/include&quot; folder <br />screenfade_util.inc --&gt; &quot;addons/amxmodx/scripting/include&quot; folder <br /><br /><font color="blue"><font size="6">*PEOPLE INVOLVED*</font></font><br /><br /><b>`SyntaxBG~</b> - Idea and scripting<br /><b>`infamouzz~</b> - testing<br /><b>`blazerch0~</b> - testing and helping<br /><br /><font color="blue"><font size="6">*TOOLS USED*</font></font><br /><br /><b>Notempad++<br />AMX Studio<br />Counter Strike 1.6 <br />HLDS (6027)</b><br /><br /><font color="blue"><font size="6">*CHANGELOG*</font></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">-beta 1.6 : First release!</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_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.../attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="https://forums.allie...38;d=1376573574">HaloCT.zip</a> (3.85 MB)


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


<a href="https://forums.allie...38;d=1376573617">HaloT.zip</a> (2.67 MB)


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


<a href="https://forums.allie...38;d=1376573878">osk.inc</a> (1.5 KB)


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


<a href="https://forums.allie...38;d=1376573908">screenfade_util.inc</a> (2.2 KB)


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


<a href="https://forums.allie...38;d=1376574768">dhudmessage.inc</a> (3.4 KB)


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


<a href="https://forums.allie...38;d=1376574785">Sprites.zip</a> (16.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=124316"><strong>Get Plugin</strong></a> or
<a href="https://forums.allie...38;d=1376574800">Get Source</a> (osk.sma - 13.4 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