<div><b>Name:</b> Lasermines<br /><br /><b>Description:</b> Plants a laser mine to the wall to kill players.<br />This plugin is a modification of the plugin [CS:S, ZRiot & ZReloaded] Lasermines by Despirator.<br /><br />Since the plugin is written under SourceMod 1.6 and now with the CSGO is only compatible version 1.7+, then I do not advise to use this plugin on the server until will be made the rewritten version of this plugin (if it will be made).<br /><br />Unlike the original plugin:<br />Has been fixed part of the code to be compatible with CS:GO (only Public version).<br />Added 3 new CVars (below they are marked dark red).<br /><br />Changes in 1.5.1:<br />Now you can stand on top of the laser mines models (Tnx 0sama)<br /><br /><b>Requirements:</b> Needed csgocolors.inc (by klexen) and lasermines.inc to compile.<br /><br /><b>Installation</b>: Place compiled plugin (csgo_lasermines.smx) into the plugins folder (../addons/sourcemod/plugins/).<br />Place the translation file (csgo_lasermines.phrases.txt) into the translation sfolder (../addons/sourcemod/translations/).<br />Place the folders from the archive Lasermine model (tplug).zip into the server folder (../%your_dedicated_server%/csgo/).<br /><br />Console Variables:<br /><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">sm_lasermines_enable </span><span style="color: #007700">- </span><span style="color: #0000BB">On</span><span style="color: #007700">/</span><span style="color: #0000BB">off switcher<br />sm_lasermines_welcome_message </span><span style="color: #007700">- </span><span style="color: #0000BB">Message at the beginning of each round<br />sm_lasermines_amount </span><span style="color: #007700">- </span><span style="color: #0000BB">The amount to give laser mines to a player each spawn </span><span style="color: #007700">(</span><span style="color: #0000BB">only </span><span style="color: #007700">if </span><span style="color: #0000BB">buy mode is disabled</span><span style="color: #007700">, -</span><span style="color: #0000BB">1 </span><span style="color: #007700">= </span><span style="color: #0000BB">Infinity</span><span style="color: #007700">)<br /></span><span style="color: #0000BB">sm_lasermines_maxamount </span><span style="color: #007700">- </span><span style="color: #0000BB">The maximum amount of laser mines a player can carry</span><span style="color: #007700">. (</span><span style="color: #0000BB">0</span><span style="color: #007700">-</span><span style="color: #0000BB">Unlimited</span><span style="color: #007700">)<br /></span><span style="color: #0000BB">sm_lasermines_damage </span><span style="color: #007700">- </span><span style="color: #0000BB">The damage to deal to a player by the laser<br />sm_lasermines_explode_damage </span><span style="color: #007700">- </span><span style="color: #0000BB">The damage to deal to a player when a laser mine breaks<br />sm_lasermines_explode_radius </span><span style="color: #007700">- </span><span style="color: #0000BB">The radius of the explosion<br />sm_lasermines_health </span><span style="color: #007700">- </span><span style="color: #0000BB">The laser mines health</span><span style="color: #007700">. </span><span style="color: #0000BB">0 </span><span style="color: #007700">= </span><span style="color: #0000BB">never breaked<br />sm_lasermines_activatetime </span><span style="color: #007700">- </span><span style="color: #0000BB">The delay of laser mines activation<br />sm_lasermines_buymode </span><span style="color: #007700">- </span><span style="color: #0000BB">Enables buy mode</span><span style="color: #007700">. </span><span style="color: #0000BB">In this mode you will have to buy mines<br />sm_lasermines_buyzone </span><span style="color: #007700">- </span><span style="color: #0000BB">Whether a player have to stay in buy zone to buy mines<br />sm_lasermines_price </span><span style="color: #007700">- </span><span style="color: #0000BB">The price of the laser mines<br />sm_lasermines_color_t </span><span style="color: #007700">- </span><span style="color: #0000BB">Terrorists color</span><span style="color: #007700">. </span><span style="color: #0000BB">Set by RGB<br />sm_lasermines_color_ct </span><span style="color: #007700">- </span><span style="color: #0000BB">Counter</span><span style="color: #007700">-</span><span style="color: #0000BB">Terrorists color</span><span style="color: #007700">. </span><span style="color: #0000BB">Set by RGB<br />sm_lasermines_allow_pickup </span><span style="color: #007700">- </span><span style="color: #0000BB">Allow players to pickup their planted lasermines<br />sm_lasermines_allow_friendly_pickup </span><span style="color: #007700">- </span><span style="color: #0000BB">Allow players to pickup allies planted lasermines<br />sm_lasermines_allow_enemy_pickup </span><span style="color: #007700">- </span><span style="color: #0000BB">Allow players to pickup enemys planted lasermines<br />sm_lasermines_wpn </span><span style="color: #007700">- </span><span style="color: #0000BB">Enemy has died from this weapon</span><span style="color: #007700">. (</span><span style="color: #0000BB">Def</span><span style="color: #007700">. </span><span style="color: #0000BB">taser</span><span style="color: #007700">)<br /></span><span style="color: #0000BB">sm_lasermines_hs </span><span style="color: #007700">- </span><span style="color: #0000BB">Headshot On</span><span style="color: #007700">/</span><span style="color: #0000BB">Off
<br /></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div>'<br /><br /><br /><b>Instalion on ZP</b><br />1) Install last version of mode<br /><br />2) Open zp_extraitems.txt<br /><br />Check your last item, if you have "item_5" last one, add "item_6"<br /><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: #DD0000">"item_6" <br /> </span><span style="color: #007700">{ <br /> </span><span style="color: #DD0000">"name" "LaserMines" <br /> "itemcost" "1" <br /> "itemlvl" "1" <br /> "itemonline" "1" <br /> "itemlimit" "0" <br /> "command" "lasermines" <br /> "zombie" "0" <br /> </span><span style="color: #007700">}
<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div><b>Download all resources here</b> : <a href="https://forums.allie....php?p=2276217"target="_blank">https://forums.allie...=2276217</a><br /><br />Use my fix .sp<br />And <b>zombieplague.inc</b> to compile<br />or already compiled plugin</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/sp.gif"alt="File Type: sp" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>
<a href="http://www.sourcemod...46"><strong>GetPlugin</strong></a> or
<a href="https://forums.allie...1449514891">GetSource</a> (csgo_lasermines 1.5.1.sp - 34.9 KB)
</td>
</tr><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...eplague.inc</a>(8.6 KB)
</td>
</tr><tr>
<td><img class="inlineimg" src="https://forums.allie...attach/smx.gif"alt="File Type: smx" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>
<a href="https://forums.allie...csgo_lasermines1.5.1.smx</a> (24.1 KB)
</td>
</tr>
</table>
</fieldset>
</div>
Wyświetl pełny artykuł
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.
|
Guest Message by DevFuse

[CS:GO/ZP] Lasermines v1.5.1
Temat rozp. Adminek AMXX.PL, 07.12.2015 20:02
Brak odpowiedzi do tego tematu
Użytkownicy przeglądający ten temat: 0
0 użytkowników, 0 gości, 0 anonimowych