<!-- 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=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 weapons/items to the map for auto-spawning on round_start.</li>
<li>This plugin spawns single weapons/items. They are frozen in place. You can use the pos/ang commands to rotate.</li>
</ul><br /><br /><u><font size="3"><b>Thanks:</b></font></u><ul><li>disawar1 - Helped with code fixes.</li>
<li>Herbie</li>
<li>worminater</li>
<li>Sev</li>
</ul><br /><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_weapon_spawn </span><span style="color: #FF8000">// Opens a menu of weapons/items to spawn. Spawns a temporary weapon at your crosshair.
<br /></span><span style="color: #0000BB">sm_weapon_spawn_save </span><span style="color: #FF8000">// Opens a menu of weapons/items to spawn. Spawns a weapon at your crosshair and saves to config.
<br /></span><span style="color: #0000BB">sm_weapon_spawn_del </span><span style="color: #FF8000">// Removes the weapon you are pointing at and deletes from the config if saved.
<br /></span><span style="color: #0000BB">sm_weapon_spawn_clear </span><span style="color: #FF8000">// Removes all weapons spawned by this plugin from the current map.
<br /></span><span style="color: #0000BB">sm_weapon_spawn_wipe </span><span style="color: #FF8000">// Removes all weapons spawned by this plugin from the current map and deletes them from the config.
<br /></span><span style="color: #0000BB">sm_weapon_spawn_glow </span><span style="color: #FF8000">// Toggle to enable glow on all weapons to see where they are placed.
<br /></span><span style="color: #0000BB">sm_weapon_spawn_list </span><span style="color: #FF8000">// Display a list weapon positions and the total number of.
<br /></span><span style="color: #0000BB">sm_weapon_spawn_tele </span><span style="color: #FF8000">// Teleport to a weapon (Usage: sm_weapon_spawn_tele <index: 1 to MAX_SPAWNS (32)>).
<br /></span><span style="color: #0000BB">sm_weapon_spawn_ang </span><span style="color: #FF8000">// Displays a menu to adjust the weapon angles your crosshair is over.
<br /></span><span style="color: #0000BB">sm_weapon_spawn_pos </span><span style="color: #FF8000">// Displays a menu to adjust the weapon 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 /><br /><u><font size="3"><b>Cvars:</b></font></u><br /><br />Saved to <font color="Green">l4d_weapon_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">l4d_weapon_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">l4d_weapon_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">l4d_weapon_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">l4d_weapon_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 weapons to spawn from the maps config.
<br /></span><span style="color: #0000BB">l4d_weapon_spawn_random </span><span style="color: #DD0000">"-1"
<br />
<br /></span><span style="color: #FF8000">// Weapon Spawn plugin version.
<br /></span><span style="color: #0000BB">l4d_weapon_spawn_version
<br /></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div>
<!-- END TEMPLATE: bbcode_php_printable --><br /><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 (08-Aug-2012)<br /> - Initial release.</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><u><font size="3"><b>Installation:</b></font></u><ul><li>Click "Get Plugin" and put the .smx file into your servers <font color="Green">addonssourcemodplugins</font> folder.</li>
</ul></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=123924"><strong>Get Plugin</strong></a> or
<a href="https://forums.allie...38;d=1375965184">Get Source</a> (l4d_weapon_spawn.sp - 42.7 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

[L4D & L4D2] Weapon Spawn [08-Aug-2013]
Temat rozp. Adminek AMXX.PL, 08.08.2013 13:10
Brak odpowiedzi do tego tematu
Użytkownicy przeglądający ten temat: 0
0 użytkowników, 0 gości, 0 anonimowych