<!-- BEGIN TEMPLATE: postbit_external -->
<div><u><font size="3"><b>Related Plugins:</b></font></u><ul><li><a href="http://forums.allied...ad.php?t=223012" target="_blank">[L4D2] Laser Pile Spawner</a></li>
<li><a href="http://forums.allied...ad.php?t=223020" target="_blank">[L4D2] Melee Weapon Spawner</a></li>
<li><a href="http://forums.allied...ad.php?t=223021" target="_blank">[L4D2] Upgrade Pack Spawner</a></li>
<li><a href="http://forums.allied...ad.php?t=221111" target="_blank">[L4D & L4D2] Ammo Pile Spawner</a></li>
<li><a href="http://forums.allied...ad.php?t=222931" target="_blank">[L4D & L4D2] Gun Cabinet</a></li>
<li><a href="http://forums.allied...ad.php?t=222932" target="_blank">[L4D & L4D2] Weapon Crate</a></li>
<li><a href="http://forums.allied...ad.php?t=222934" target="_blank">[L4D & L4D2] Weapon Spawn</a></li>
</ul><br /><br /><u><font size="3"><b>About<b></b>:</b></font></u><ul><li>Save up to 32 Ammo Upgrade Boxes for auto-spawning. Saved to <font color="Green">l4d2_upgrade_spawn.cfg</font> in your servers <font color="Green">addonssourcemoddata</font> folder.</li>
<li>The ammo boxes are already deployed so users can just take the ammo.</li>
</ul><ul><li><font color="Red">Do not request any features. If you don't like the plugin then make your own.</font></li>
</ul><br /><br /><u><font size="3"><b>Thanks:</b></font></u><ul><li>Gilmon - For the idea</li>
</ul><br /><br /><u><font size="3"><b>Admin Commands:</b> (requires "z" flag)</font></u><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">sm_upgrade_spawn </span><span style="color: #FF8000">// Spawns a temporary Upgrade Pack at your crosshair. Usage: sm_upgrade_spawn <type: 1=Incendiary; 2=Explosive; 3=Random>
<br /></span><span style="color: #0000BB">sm_upgrade_spawn_save </span><span style="color: #FF8000">// Spawns an Upgrade Pack at your crosshair and saves to config. Usage: sm_upgrade_spawn_save <type: 1=Incendiary; 2=Explosive; 3=Random>
<br /></span><span style="color: #0000BB">sm_upgrade_spawn_del </span><span style="color: #FF8000">// Removes the Upgrade Pack you are pointing at and deletes from the config if saved.
<br /></span><span style="color: #0000BB">sm_upgrade_spawn_clear </span><span style="color: #FF8000">// Removes all Upgrade Packs spawned by this plugin from the current map.
<br /></span><span style="color: #0000BB">sm_upgrade_spawn_wipe </span><span style="color: #FF8000">// Removes all Upgrade Packs from the current map and deletes them from the config.
<br /></span><span style="color: #0000BB">sm_upgrade_spawn_glow </span><span style="color: #FF8000">// Toggle to enable glow on all Upgrade Packs to see where they are placed.
<br /></span><span style="color: #0000BB">sm_upgrade_spawn_list </span><span style="color: #FF8000">// Display a list Upgrade Pack positions and the total number of.
<br /></span><span style="color: #0000BB">sm_upgrade_spawn_tele </span><span style="color: #FF8000">// Teleport to an Upgrade Pack (Usage: sm_upgrade_spawn_tele <index: 1 to MAX_SPAWNS (32)>).
<br /></span><span style="color: #0000BB">sm_upgrade_spawn_ang </span><span style="color: #FF8000">// Displays a menu to adjust the Upgrade Pack angles your crosshair is over.
<br /></span><span style="color: #0000BB">sm_upgrade_spawn_pos </span><span style="color: #FF8000">// Displays a menu to adjust the Upgrade Pack origin your crosshair is over.
<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div>
<!-- END TEMPLATE: bbcode_php_printable --><br /><u><font size="3"><b>CVars:</b></font></u><br /><br />Saved to <font color="Green">l4d2_upgrade_spawn.cfg</font> in your servers <font color="Green">cfgsourcemod</font> folder.<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">// 0=Plugin off, 1=Plugin on.
<br /></span><span style="color: #0000BB">l4d2_upgrade_spawn_allow </span><span style="color: #DD0000">"1"
<br />
<br /></span><span style="color: #FF8000">// Turn on the plugin in these game modes, separate by commas (no spaces). (Empty = all).
<br /></span><span style="color: #0000BB">l4d2_upgrade_spawn_modes </span><span style="color: #DD0000">""
<br />
<br /></span><span style="color: #FF8000">// Turn off the plugin in these game modes, separate by commas (no spaces). (Empty = none).
<br /></span><span style="color: #0000BB">l4d2_upgrade_spawn_modes_off </span><span style="color: #DD0000">""
<br />
<br /></span><span style="color: #FF8000">// Turn on the plugin in these game modes. 0=All, 1=Coop, 2=Survival, 4=Versus, 8=Scavenge. Add numbers together.
<br /></span><span style="color: #0000BB">l4d2_upgrade_spawn_modes_tog </span><span style="color: #DD0000">"0"
<br />
<br /></span><span style="color: #FF8000">// -1=All, 0=None. Otherwise randomly select this many Upgrade Packs to spawn from the maps config.
<br /></span><span style="color: #0000BB">l4d2_upgrade_spawn_random </span><span style="color: #DD0000">"-1"
<br />
<br /></span><span style="color: #FF8000">// Upgrade Pack Spawner plugin version.
<br /></span><span style="color: #0000BB">l4d2_upgrade_spawn_version
<br /></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div>
<!-- END TEMPLATE: bbcode_php_printable --><br /><u><font size="3"><b>Changes:</b></font></u><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">1.0 (09-Aug-2013)<br /> - Initial Release.</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><br /><u><font size="3"><b>Installation:</b></font></u><ol style="list-style-type: decimal"><li>Click "<b>Get Plugin</b>" and put the .smx file into your servers <font color="Green">addonssourcemodplugins</font> folder.</li>
</ol></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...s/attach/sp.gif" alt="File Type: sp" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>
<a href="http://www.sourcemod...?file_id=123948"><strong>Get Plugin</strong></a> or
<a href="https://forums.allie...38;d=1376026375">Get Source</a> (l4d2_upgrade_spawn.sp - 31.5 KB)
</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
</table>
</fieldset>
</div>
<!-- END TEMPLATE: postbit_external -->
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

[L4D2] Upgrade Pack Spawner (09-Aug-2013)
Temat rozp. Adminek AMXX.PL, 09.08.2013 06:33
Brak odpowiedzi do tego tematu
Użytkownicy przeglądający ten temat: 0
0 użytkowników, 0 gości, 0 anonimowych