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

[CS:GO] Easy Lan Server Manager


  • 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 17.07.2017 03:04

<div><b><div align="center">This plugin is designed to be a no-fuss, on-the-fly manager for admins running small lan (or online) tournaments for csgo. This plugin was inspired by my experiences at small lans where the plugins they were using were too bloated for the small-scale usage, and the complications resulted from using those plugins made running the tournament a nightmare. The only setup prior to running my plugin is optional team configuration.</div></b><br /><ul><li>You can quickly make sure every team is on the correct side using server commands &quot;t_team &lt;teamname&gt;&quot; and &quot;ct_team &lt;teamname&gt;.&quot; To use this feature, create configuration text files of each team in the folder /addons/sourcemod/configs/easylan/teams/&lt;teamname&gt;.txt. The format of &lt;teamname&gt;.txt should have one steam32id (STEAM:0:0_...) per line. There is an example.txt in the folder.</li>
</ul><ul><li>Use &quot;easylan_liveup&quot; to start the game. &quot;easylan_unlive&quot; releases the plugin from the game. &quot;easylan_liveup kniferound&quot; starts a new game with a knife round as well with !stay and !switch.</li>
</ul><ul><li>Players can use &quot;!stop&quot; during a game if they have a technical issue, and the game will automatically restore the round if there was no player contact. This feature can be disabled with &quot;easylan_emergencystop_enabled 0.&quot;</li>
</ul><ul><li>The chat command &quot;!playon&quot; unpauses and resumes the game.</li>
</ul><ul><li>The game will be paused automatically on player disconnect when the game is live, and the plugin will attempt to automatically restore the round if there was no player contact before the player disconnected.</li>
</ul><ul><li>The plugin locks the teams when the game is live, and puts any reconnected player back on the right team and tries to restore the players inventory.</li>
</ul><ul><li>The plugin doesn't interfere with gotv or spectators.</li>
</ul><ul><li>Prints the score on each round like most plugins of this type.</li>
</ul><ul><li>If you encounter an issue as an admin or need to match medic the last round, try &quot;easylan_reinitialize&quot; to fix the problem.</li>
</ul><br /><b><u>CVARS:</u></b><br /><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: #FF8000">//&nbsp;ConVars&nbsp;for&nbsp;plugin&nbsp;"easylan.smx"<br />//&nbsp;Enables&nbsp;easy&nbsp;lan&nbsp;manager.<br />//&nbsp;-<br />//&nbsp;Default:&nbsp;"1"<br /></span><span style="color: #0000BB">easylan_enabled&nbsp;</span><span style="color: #DD0000">"1"<br /><br /></span><span style="color: #FF8000">//&nbsp;Enables&nbsp;an&nbsp;emergency&nbsp;!stop&nbsp;command&nbsp;before&nbsp;any&nbsp;damage&nbsp;is&nbsp;made&nbsp;in&nbsp;the&nbsp;round.<br />//&nbsp;-<br />//&nbsp;Default:&nbsp;"1"<br /></span><span style="color: #0000BB">easylan_emergencystop_enabled&nbsp;</span><span style="color: #DD0000">"1"&nbsp;
<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div><b><u>Commands:</u></b><br /><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: #FF8000">//&nbsp;Starts&nbsp;a&nbsp;match.&nbsp;Executes&nbsp;live.cfg.&nbsp;Locks&nbsp;teams.<br />//&nbsp;Server&nbsp;command&nbsp;only.&nbsp;Optional&nbsp;argument&nbsp;easylan_liveup&nbsp;kniferound&nbsp;adds&nbsp;a&nbsp;kniferound&nbsp;to&nbsp;the&nbsp;game.<br />//&nbsp;<br /></span><span style="color: #0000BB">easylan_liveup<br /><br /></span><span style="color: #FF8000">//&nbsp;Looks&nbsp;for&nbsp;&lt;teamname&gt;.txt&nbsp;and&nbsp;puts&nbsp;those&nbsp;clients&nbsp;on&nbsp;the&nbsp;ct&nbsp;team.&nbsp;Cannot&nbsp;be&nbsp;used&nbsp;when&nbsp;a&nbsp;game&nbsp;is&nbsp;live.<br />//&nbsp;Server&nbsp;command&nbsp;only.<br />//&nbsp;<br /></span><span style="color: #0000BB">ct_team&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">teamname</span><span style="color: #007700">&gt;<br /><br /></span><span style="color: #FF8000">//&nbsp;Looks&nbsp;for&nbsp;&lt;teamname&gt;.txt&nbsp;and&nbsp;puts&nbsp;those&nbsp;clients&nbsp;on&nbsp;the&nbsp;t&nbsp;team.&nbsp;Cannot&nbsp;be&nbsp;used&nbsp;when&nbsp;a&nbsp;game&nbsp;is&nbsp;live.<br />//&nbsp;Server&nbsp;command&nbsp;only.<br />//&nbsp;<br /></span><span style="color: #0000BB">t_team&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">teamname</span><span style="color: #007700">&gt;<br /><br /></span><span style="color: #FF8000">//&nbsp;Releases&nbsp;the&nbsp;game&nbsp;from&nbsp;the&nbsp;plugin.&nbsp;Clients&nbsp;won't&nbsp;notice&nbsp;anything.<br />//&nbsp;Server&nbsp;command&nbsp;only.<br />//&nbsp;<br /></span><span style="color: #0000BB">easylan_unlive<br /><br /></span><span style="color: #FF8000">//&nbsp;Attaches&nbsp;the&nbsp;game&nbsp;back&nbsp;to&nbsp;the&nbsp;plugin&nbsp;and&nbsp;restores&nbsp;last&nbsp;backup&nbsp;round.<br />//&nbsp;Server&nbsp;command&nbsp;only.<br />//&nbsp;<br /></span><span style="color: #0000BB">easylan_reinitialize<br /><br /></span><span style="color: #FF8000">//&nbsp;!stop&nbsp;pauses&nbsp;the&nbsp;game,&nbsp;and&nbsp;attempts&nbsp;to&nbsp;restore&nbsp;the&nbsp;round&nbsp;if&nbsp;there&nbsp;hasn't&nbsp;been&nbsp;any&nbsp;player&nbsp;contact.<br />//&nbsp;Client&nbsp;command<br />//&nbsp;<br /></span><span style="color: #0000BB">sm_stop<br /><br /></span><span style="color: #FF8000">//&nbsp;!playon&nbsp;resumes&nbsp;the&nbsp;game<br />//&nbsp;Client&nbsp;command<br />//&nbsp;<br /></span><span style="color: #0000BB">sm_playon<br /><br /></span><span style="color: #FF8000">//&nbsp;!switch&nbsp;swaps&nbsp;the&nbsp;teams&nbsp;on&nbsp;kniferound&nbsp;win<br />//&nbsp;Client&nbsp;command<br />//&nbsp;<br /></span><span style="color: #0000BB">sm_switch<br /><br /></span><span style="color: #FF8000">//&nbsp;!stay&nbsp;skeeps&nbsp;the&nbsp;teams&nbsp;on&nbsp;kniferound&nbsp;win<br />//&nbsp;Client&nbsp;command<br />//&nbsp;<br /></span><span style="color: #0000BB">sm_stay&nbsp;
<br /></span>
</span>
</code><!-- php buffer end -->
</div>
</code>
<hr />
</div>
</div><b>Install: Download the zip folder, unpack it, and merge the &quot;csgo&quot; folder.</b><br /><br /><br /><br />Known Problems:<br />- none, but its a new plugin so report any bugs</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/zip.gif"alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="https://forums.allie...ster1.2.zip</a>(27.3 KB)


</td>
</tr><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...39"><strong>GetPlugin</strong></a> or
<a href="https://forums.allie...1500318903">GetSource</a> (easylan.sp - 22.2 KB)


</td>
</tr>
</table>
</fieldset>


</div>

Wyświetl pełny artykuł




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych